Skip to content

Commit

Permalink
Clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oBlissing committed Jul 4, 2018
1 parent fca1116 commit de3836b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"watch": "npm-watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf build && mkdir build/ && npm run copystyles && npm run copyhtml && npm run copyassets && echo Build complete",
"build": "rm -rf build && mkdir build/ && npm run copyall --silent",
"copyall": "npm run copystyles && npm run copyhtml && npm run copyassets && echo Build complete 🎈",
"copystyles": "mkdir build/css && cp -rf ./node_modules/kungbib-styles/dist/css/ ./build/css",
"copyhtml": "cp -rf ./src/ ./build/",
"copyassets": "mkdir build/assets && cp ./node_modules/kungbib-styles/dist/assets/kb_logo_black.svg ./build/assets/kb_logo_black.svg"
Expand Down

0 comments on commit de3836b

Please sign in to comment.