Skip to content

Commit a4401b7

Browse files
committedFeb 15, 2022
removing pre/post version scripts
1 parent f5375f6 commit a4401b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"node": ">=8"
99
},
1010
"scripts": {
11-
"test": "mocha --ignore **/*.worker.js && eslint .",
12-
"preversion": "npm test",
13-
"postversion": "git push && git push --tags && npm publish"
11+
"test": "mocha --ignore **/*.worker.js && eslint ."
1412
},
1513
"repository": {
1614
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.