Skip to content

Commit

Permalink
refactor(build): remove prebuild task
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Mar 15, 2018
1 parent fa900b4 commit ead6734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "A light foundation for your next frontend project based on webpack.",
"scripts": {
"prebuild": "rimraf dist",
"build": "webpack --config webpack-prod.config.js --colors",
"dev": "webpack-dev-server --open --config webpack-dev.config.js --watch --colors"
},
Expand Down

0 comments on commit ead6734

Please sign in to comment.