Skip to content

Commit c981e6c

Browse files
committed
Add release script
1 parent dc4a961 commit c981e6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"deps": "npm install --no-audit && npm run audit",
7171
"deps:ci": "npm ci --no-audit && npm run audit",
7272
"cover": "nyc npm test",
73-
"test": "mocha ./index.spec.js"
73+
"test": "mocha ./index.spec.js",
74+
"release": "npm publish --registry https://registry.npmjs.org"
7475
}
7576
}

0 commit comments

Comments
 (0)