We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321c905 commit 3eb25a9Copy full SHA for 3eb25a9
package.json
@@ -44,15 +44,16 @@
44
"eslint-plugin-import": "^2.0.0",
45
"glob": "^7.0.0",
46
"jest-cli": "^26.0.0",
47
- "remark-cli": "^8.0.0",
48
- "remark-preset-wooorm": "^7.0.0",
+ "remark-cli": "^9.0.0",
+ "remark-preset-wooorm": "^8.0.0",
49
"rollup": "^2.0.0"
50
},
51
"scripts": {
52
"build": "rollup -c",
53
- "lint": "remark . -qfo && eslint . --fix",
54
- "test": "jest",
55
- "test:dev": "jest --watchAll"
+ "format": "remark . -qfo && eslint . --fix",
+ "test:api": "jest",
+ "test:dev": "jest --watchAll",
56
+ "test": "yarn build && yarn format && yarn test:api"
57
58
"jest": {
59
"collectCoverage": true,
0 commit comments