Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Apr 26, 2017
1 parent c66d99d commit c0adaeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
echo " Releasing $1 version"
npm run lint
npm run build
npm run package
npm run zip
npm version $1
git push --tags
release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"node-sass": "^4.3.0",
"release": "^1.2.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
Expand Down

0 comments on commit c0adaeb

Please sign in to comment.