Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
⭐ new: add clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 8, 2016
1 parent 9030e27 commit 006d9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
{{/unless_eq}}
"scripts": {
"build": "NODE_ENV=production node config/build.js",
"clean": "rm -rf coverage && rm -rf dist/*.*",
"dev": "webpack-dev-server --quiet --config config/webpack.dev.conf.js --host 0.0.0.0",
{{#gitbook}}
"docs": "cd docs && gitbook serve",
Expand Down

0 comments on commit 006d9b2

Please sign in to comment.