Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
andre487 committed May 4, 2024
1 parent dc4a961 commit c981e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -70,6 +70,7 @@
"deps": "npm install --no-audit && npm run audit",
"deps:ci": "npm ci --no-audit && npm run audit",
"cover": "nyc npm test",
"test": "mocha ./index.spec.js"
"test": "mocha ./index.spec.js",
"release": "npm publish --registry https://registry.npmjs.org"
}
}

0 comments on commit c981e6c

Please sign in to comment.