Skip to content

Commit 800850a

Browse files
committed
Travis is still on old npm, use prepublish for now
1 parent c2c6157 commit 800850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:bundles-prod": "webpack -p && node ./scripts/copy-files.js",
2020
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
2121
"build:all": "npm run build:labextension",
22-
"prepare": "npm run autogen && npm run build:bundles-prod"
22+
"prepublish": "npm run autogen && npm run build:bundles-prod"
2323
},
2424
"devDependencies": {
2525
"eslint": "^4.13.1",

0 commit comments

Comments
 (0)