We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4a961 commit c981e6cCopy full SHA for c981e6c
1 file changed
package.json
@@ -70,6 +70,7 @@
70
"deps": "npm install --no-audit && npm run audit",
71
"deps:ci": "npm ci --no-audit && npm run audit",
72
"cover": "nyc npm test",
73
- "test": "mocha ./index.spec.js"
+ "test": "mocha ./index.spec.js",
74
+ "release": "npm publish --registry https://registry.npmjs.org"
75
}
76
0 commit comments