Skip to content

Commit 891ecb3

Browse files
package.json: Fix 'preversion' script (#335)
1 parent 8b5a9a2 commit 891ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
2323
},
2424
"scripts": {
25-
"preversion": "npm run ci && npm run test",
25+
"preversion": "npm ci && npm run test",
2626
"test": "npm run lint && npm run check && npm run testonly && npm run prettier:check && npm run check:spelling",
2727
"lint": "eslint --max-warnings 0 .",
2828
"check": "flow check",

0 commit comments

Comments
 (0)