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 b4ca31b commit 2d37e9fCopy full SHA for 2d37e9f
package.json
@@ -18,10 +18,7 @@
18
"release:major": "npm run version:major && npm publish --access public && git push --follow-tags",
19
"release:minor": "npm run version:minor && npm publish --access public && git push --follow-tags",
20
"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"
+ "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest"
25
},
26
"keywords": [
27
"changelog",
0 commit comments