Skip to content

Commit

Permalink
build: don't build twice on deploy
Browse files Browse the repository at this point in the history
On deploy the build step is executed twice. As configured in
`travis.yml` and in the `prepublish` hook in `package.json`.
  • Loading branch information
gruhn committed Sep 9, 2018
1 parent bc87ba8 commit 3eda984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"build": "npm run build:browser && npm run build:common",
"build:browser": "cross-env NODE_ENV=production webpack --config config/webpack.config.browser.js --progress --hide-modules",
"build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules",
"prepublish": "npm run build",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
Expand Down

0 comments on commit 3eda984

Please sign in to comment.