Skip to content

Commit

Permalink
fix(travis): config needs to run on pro because its not a personal re…
Browse files Browse the repository at this point in the history
…po- this should really be documented somewhere
  • Loading branch information
kevinchappell committed Dec 13, 2018
1 parent 0d71061 commit 85b1260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"test:ci": "yarn test --coverage",
"start": "cross-env NODE_ENV=development webpack-dev-server --mode development --open --config tools/webpack.config --copy",
"deploy:gh": "git push upstream $(git subtree split --prefix demo master):gh-pages --force",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release --ci",
"travis-deploy-once": "travis-deploy-once --pro",
"postinstall": "npm --prefix ./node_modules/mini-css-extract-plugin install ./node_modules/mini-css-extract-plugin && npm run --prefix ./node_modules/mini-css-extract-plugin build",
"prepush": "yarn test",
"defaults": "webpack-defaults"
Expand Down

0 comments on commit 85b1260

Please sign in to comment.