Skip to content

Commit e345a85

Browse files
committed
fix directory to clean before build
1 parent 861b01e commit e345a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A workflow for Angular made with Webpack",
55
"scripts": {
6-
"build": "rimraf public && webpack --bail --progress --profile",
6+
"build": "rimraf dist && webpack --bail --progress --profile",
77
"server": "webpack-dev-server --history-api-fallback --inline --progress",
88
"test": "karma start",
99
"test-watch": "karma start --auto-watch --no-single-run",

0 commit comments

Comments
 (0)