File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"lint" : " eslint bin lib test examples client-src" ,
18
18
"test" : " nyc --reporter lcovonly mocha --full-trace --check-leaks --exit" ,
19
- "prepare" : " (rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs" ,
19
+ "prepare" : " rimraf ./ ssl/*.pem && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs" ,
20
20
"transpile:index" : " babel client-src/default --out-dir client --ignore *.config.js" ,
21
21
"build:index" : " webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js" ,
22
22
"build:live" : " webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js" ,
75
75
"mocha" : " ^5.2.0" ,
76
76
"mocha-sinon" : " ^2.0.0" ,
77
77
"nyc" : " ^12.0.2" ,
78
+ "rimraf" : " ^2.6.2" ,
78
79
"should" : " ^13.2.0" ,
79
80
"sinon" : " ^6.1.5" ,
80
81
"standard-version" : " ^4.4.0" ,
You can’t perform that action at this time.
0 commit comments