Skip to content

Commit

Permalink
Removed unused command from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
unimonkiez committed Apr 27, 2016
1 parent 1aad403 commit 57c41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "webpack-dev-server --port 8080 --inline --progress --colors --config ./webpack.dev.config.js",
"start:prod": "set NODE_ENV=production&& npm start",
"predeploy": "set NODE_ENV=development&& npm run build && npm run lib && set NODE_ENV=production&& npm run build",
"deploy": "git add -f dist && git add -f dist/* && node ./bin/bump.js && git checkout gh-pages && git merge master && git checkout master && git push origin master gh-pages --follow-tags && npm publish"
"deploy": "git add -f dist/ && node ./bin/bump.js && git checkout gh-pages && git merge master && git checkout master && git push origin master gh-pages --follow-tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 57c41be

Please sign in to comment.