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 24
24
"cover" : " istanbul cover node_modules/mocha/bin/_mocha" ,
25
25
"lint" : " eslint bin lib test examples client-src" ,
26
26
"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" ,
28
28
"test" : " npm run lint && npm run mocha" ,
29
29
"transpile:index" : " babel client-src/default --out-dir client --ignore *.config.js" ,
30
30
"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