Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): remove the bundle step from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 6, 2017
1 parent 10e44a2 commit acc9edd
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 @@ -6,7 +6,7 @@
"module": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "npm run remove-dist && npm run bundle && npm run build:library",
"build": "npm run remove-dist && npm run build:library",
"build:library": "gulp build-library",
"bundle": "rollup -c",
"bundle-webpack": "webpack --config config/webpack.prod.js --progress --profile --bail",
Expand Down

0 comments on commit acc9edd

Please sign in to comment.