Skip to content

Commit

Permalink
😒 chore: Add release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent c9f2dd3 commit 6993bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"build": "rm -rf lib && babel src -d lib",
"test": "ava",
"esdoc": "esdoc",
"prepare": "npm run build"
"prepare": "npm run build",
"release": "np"
},
"devDependencies": {
"aureooms-node-package": "^5.0.2",
Expand Down

0 comments on commit 6993bf8

Please sign in to comment.