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 c2c6157 commit 800850aCopy full SHA for 800850a
js/package.json
@@ -19,7 +19,7 @@
19
"build:bundles-prod": "webpack -p && node ./scripts/copy-files.js",
20
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
21
"build:all": "npm run build:labextension",
22
- "prepare": "npm run autogen && npm run build:bundles-prod"
+ "prepublish": "npm run autogen && npm run build:bundles-prod"
23
},
24
"devDependencies": {
25
"eslint": "^4.13.1",
0 commit comments