Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed Apr 7, 2018
1 parent 0c10dc3 commit 606ce43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cmd": "src/cmd.js",
"build": "babel -d ./dist ./src -s",
"dev": "babel-watch ./src/init.js",
"release": "git pull && npm run test && git add . && npm run build && git commit -m 'deploy' && git push origin master && npm version patch"
"release": "git pull && npm run test && git add . && npm run build && git commit -m 'deploy' && git push origin master && npm version patch && npm publish"
},
"bin": "dist/cmd.js",
"engines": {
Expand Down

0 comments on commit 606ce43

Please sign in to comment.