Skip to content

Commit 2d37e9f

Browse files
committed
Remove version scripts
1 parent b4ca31b commit 2d37e9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"release:major": "npm run version:major && npm publish --access public && git push --follow-tags",
1919
"release:minor": "npm run version:minor && npm publish --access public && git push --follow-tags",
2020
"release:patch": "npm run version:patch && npm publish --access public && git push --follow-tags",
21-
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
22-
"version:major": "npm version major",
23-
"version:minor": "npm version minor",
24-
"version:patch": "npm version patch"
21+
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest"
2522
},
2623
"keywords": [
2724
"changelog",

0 commit comments

Comments
 (0)