Skip to content

Commit

Permalink
build(bundler): Remove image copy for Headline block because it is no…
Browse files Browse the repository at this point in the history
…t needed now.
  • Loading branch information
ryanoglesby08 committed Jul 26, 2017
1 parent ec3c6fb commit 26265f3
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 @@ -24,7 +24,7 @@
"test:watch": "yarn test -- --watch",
"test:u": "yarn test -- -u",
"build": "yarn build:js && yarn build:scss && yarn build:styleguide",
"build:js": "rollup -c config/rollup.config.js && cp ./src/components/Headline/wave_header_default.png ./dist/",
"build:js": "rollup -c config/rollup.config.js",
"build:scss": "sh ./scripts/cp-scss.sh",
"build:styleguide": "styleguidist build --config config/styleguide.config.js",
"start:styleguide": "styleguidist server --config config/styleguide.config.js"
Expand Down

0 comments on commit 26265f3

Please sign in to comment.