We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861b01e commit e345a85Copy full SHA for e345a85
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "A workflow for Angular made with Webpack",
5
"scripts": {
6
- "build": "rimraf public && webpack --bail --progress --profile",
+ "build": "rimraf dist && webpack --bail --progress --profile",
7
"server": "webpack-dev-server --history-api-fallback --inline --progress",
8
"test": "karma start",
9
"test-watch": "karma start --auto-watch --no-single-run",
0 commit comments