This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
"webdriver:update" : " webdriver-manager update" ,
17
17
"start:webpack" : " webpack-dev-server --inline --progress --port 8080" ,
18
18
"test:webpack" : " karma start karma.webpack.conf.js" ,
19
- "build:webpack" : " rm -rf dist && webpack --config config/webpack.prod.js --progress --profile --bail"
19
+ "build:webpack" : " rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail"
20
20
},
21
21
"keywords" : [],
22
22
"author" : " " ,
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : " webpack-dev-server --inline --progress --port 8080" ,
7
7
"test" : " karma start" ,
8
- "build" : " rm -rf dist && webpack --config config/webpack.prod.js --progress --profile --bail" ,
8
+ "build" : " rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail" ,
9
9
"postinstall" : " typings install"
10
10
},
11
11
"license" : " MIT" ,
37
37
"null-loader" : " ^0.1.1" ,
38
38
"phantomjs-prebuilt" : " ^2.1.7" ,
39
39
"raw-loader" : " ^0.5.1" ,
40
+ "rimraf" : " ^2.5.2" ,
40
41
"style-loader" : " ^0.13.1" ,
41
42
"ts-loader" : " ^0.8.1" ,
42
43
"typescript" : " ^1.8.9" ,
You can’t perform that action at this time.
0 commit comments