There was an error while loading. Please reload this page.
1 parent 8b5d83f commit f31f1bfCopy full SHA for f31f1bf
1 file changed
package.json
@@ -19,8 +19,8 @@
19
"lint:fix": "npm run lint -- --fix",
20
"test": "jest --config jestconfig.json --passWithNoTests",
21
"prepare": "npm run build",
22
- "prepublishOnly": "npm test && npm run lint",
23
- "version": "npm run lint:fix && git add -A src",
+ "prepublishOnly": "npm run test && npm run lint",
+ "version": "npm run test && npm run lint && git add -A src",
24
"postversion": "git push && git push --tags"
25
},
26
"repository": {
0 commit comments