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 2da6739 commit 1598102Copy full SHA for 1598102
package.json
@@ -26,7 +26,8 @@
26
"build": "microbundle -f cjs --no-compress --external all",
27
"docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
28
"test": "jest --coverage",
29
- "prepare": "npm run build"
+ "prepare": "npm run -s build",
30
+ "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
31
},
32
"babel": {
33
"presets": [
0 commit comments