We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200d528 commit eb5c15eCopy full SHA for eb5c15e
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run build && mocha test/bootstrap.js --recursive test",
17
"build": "microbundle src/index.mjs --no-sourcemap",
18
"prepare": "npm run -s build",
19
- "release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish --access public"
+ "release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags"
20
},
21
"keywords": [
22
"prefetch",
0 commit comments