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 2f33a81 commit 8730593Copy full SHA for 8730593
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"build": "rollup -f cjs --no-strict $npm_package_jsnext_main | uglifyjs -cm -o $npm_package_main",
9
"prepublish": "npm run build",
10
- "test": "node test"
+ "test": "node test",
11
+ "release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
12
},
13
"keywords": [
14
"delve",
0 commit comments