Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
remove useless clean step from "start" script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Nov 21, 2016
1 parent 881f813 commit 063a6c4
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 @@ -10,7 +10,7 @@
"preversion": "npm run lint && npm run test && npm run build-examples",
"prepublish": "npm run build",
"build-examples": "npm run clean && webpack --config examples/webpack.config.build.js --progress",
"start": "npm run clean && webpack-dev-server --config examples/webpack.config.js --progress --hot --inline",
"start": "webpack-dev-server --config examples/webpack.config.js --progress --hot --inline",
"clean": "rm -f examples/bundle.js examples/bundle.js.map",
"generate-readme": "node ./generateReadme.js"
},
Expand Down

0 comments on commit 063a6c4

Please sign in to comment.