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