Skip to content

Commit aa0a5bf

Browse files
committed
ci: remove hooks
1 parent 190542a commit aa0a5bf

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
"dev": "grunt monitor",
3131
"test": "grunt test",
3232
"release": "grunt release",
33-
"watch": "webpack --watch",
34-
"precommit": "lint-staged",
35-
"commit": "npx cz",
36-
"postinstall": "husky install",
37-
"prepack": "pinst --disable",
38-
"postpack": "pinst --enable"
33+
"watch": "webpack --watch"
3934
},
4035
"lint-staged": {
4136
"js/*.js": [

0 commit comments

Comments
 (0)