Skip to content

Commit 7fc3f3f

Browse files
committed
Be conservative for now
1 parent cb5bcf0 commit 7fc3f3f

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
@@ -18,7 +18,7 @@
1818
"build:bundles": "webpack && node ./scripts/copy-files.js",
1919
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
2020
"build:all": "npm run build:labextension",
21-
"prepare": "npm run autogen && npm run build:bundles"
21+
"prepublish": "npm run autogen && npm run build:bundles"
2222
},
2323
"devDependencies": {
2424
"eslint": "^4.13.1",

0 commit comments

Comments
 (0)