Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed Nov 15, 2017
1 parent ef7dd13 commit c8fa457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"release:patch": "np patch --no-yarn",
"release:minor": "np minor --no-yarn",
"release:major": "np major --no-yarn",
"release": "npm run release:patch",
"start": "npm run clean && npm run dev",
"test": "npm run clean && npm run test:specs",
"test:specs": "mocha test/setup.mocha.js test --recursive",
Expand Down

0 comments on commit c8fa457

Please sign in to comment.