Skip to content

Commit 3eb25a9

Browse files
committed
Update dev-dependencies
1 parent 321c905 commit 3eb25a9

File tree

2 files changed

+358
-313
lines changed

2 files changed

+358
-313
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@
4444
"eslint-plugin-import": "^2.0.0",
4545
"glob": "^7.0.0",
4646
"jest-cli": "^26.0.0",
47-
"remark-cli": "^8.0.0",
48-
"remark-preset-wooorm": "^7.0.0",
47+
"remark-cli": "^9.0.0",
48+
"remark-preset-wooorm": "^8.0.0",
4949
"rollup": "^2.0.0"
5050
},
5151
"scripts": {
5252
"build": "rollup -c",
53-
"lint": "remark . -qfo && eslint . --fix",
54-
"test": "jest",
55-
"test:dev": "jest --watchAll"
53+
"format": "remark . -qfo && eslint . --fix",
54+
"test:api": "jest",
55+
"test:dev": "jest --watchAll",
56+
"test": "yarn build && yarn format && yarn test:api"
5657
},
5758
"jest": {
5859
"collectCoverage": true,

0 commit comments

Comments
 (0)