We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449494f commit 676d590Copy full SHA for 676d590
package.json
@@ -24,7 +24,7 @@
24
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
25
"lint": "eslint bin lib test examples client-src",
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",
+ "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
"test": "npm run lint && npm run mocha",
29
"transpile:index": "babel client-src/default --out-dir client --ignore *.config.js",
30
"build:index": "webpack ./client-src/default/index.js client/index.bundle.js --color --config client-src/default/webpack.config.js",
0 commit comments