Skip to content

Commit

Permalink
Changing ambiguous publish command for ghpages and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vonbearshark authored and Naughton committed Jul 12, 2016
1 parent 3834270 commit 40dd2de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build": "npm run build:lib && npm run build:demo",
"lint": "eslint --ext .jsx lib",
"test": "npm run build:lib && babel-tape-runner ./tests/**/*.spec.js",
"publish": "git subtree push --prefix demo/dist origin gh-pages",
"deploy": "npm run lint && npm test && npm run build && npm run publish"
"deploy": "npm run lint && npm test && npm run build && git subtree push --prefix demo/dist origin gh-pages"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 40dd2de

Please sign in to comment.