File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 "cover" : " istanbul cover node_modules/mocha/bin/_mocha" ,
2525 "lint" : " eslint bin lib test examples client-src" ,
2626 "mocha" : " mocha --full-trace --check-leaks" ,
27- "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" ,
27+ "prepublish " : " (rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs" ,
2828 "test" : " npm run lint && npm run mocha" ,
2929 "transpile:index" : " babel client-src/default --out-dir client --ignore *.config.js" ,
3030 "build:index" : " webpack ./client-src/default/index.js client/index.bundle.js --color --config client-src/default/webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments