There was an error while loading. Please reload this page.
1 parent 6bcd973 commit 16c119cCopy full SHA for 16c119c
1 file changed
package.json
@@ -18,8 +18,8 @@
18
"lint:fix": "npm run lint -- --fix",
19
"test": "jest --config jestconfig.json --passWithNoTests",
20
"prepare": "npm run build",
21
- "prepublishOnly": "npm test && npm run lint",
22
- "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",
23
"postversion": "git push && git push --tags"
24
},
25
"repository": {
0 commit comments