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 51a3b99 commit be4fb0eCopy full SHA for be4fb0e
package.json
@@ -20,12 +20,7 @@
20
"test:watch": "jest --watch",
21
"format": "prettier --write \"src/**/*.tsx\"",
22
"lint": "tslint -p tsconfig.json",
23
- "prepare": "npm run build",
24
- "prepublishOnly": "npm test && npm run lint",
25
- "preversion": "npm run lint && npm run format",
26
- "version:bump": "npm version patch",
27
- "version": "git add -A src",
28
- "postversion": "git push && git push --tags",
+ "prepublishOnly": "npm run format && npm run lint && npm t && npm run build",
29
"update:latest": "npm-check-updates -u"
30
},
31
"repository": {
0 commit comments