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 8b5a9a2 commit 891ecb3Copy full SHA for 891ecb3
package.json
@@ -22,7 +22,7 @@
22
"node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
23
},
24
"scripts": {
25
- "preversion": "npm run ci && npm run test",
+ "preversion": "npm ci && npm run test",
26
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling",
27
"lint": "eslint --max-warnings 0 .",
28
"check": "flow check",
0 commit comments