Skip to content

Commit be4fb0e

Browse files
Cleanup script from package.json
1 parent 51a3b99 commit be4fb0e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"test:watch": "jest --watch",
2121
"format": "prettier --write \"src/**/*.tsx\"",
2222
"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",
23+
"prepublishOnly": "npm run format && npm run lint && npm t && npm run build",
2924
"update:latest": "npm-check-updates -u"
3025
},
3126
"repository": {

0 commit comments

Comments
 (0)