Skip to content

Commit 676d590

Browse files
committed
revert to prepublish (fix ci)
1 parent 449494f commit 676d590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

0 commit comments

Comments
 (0)