We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727ee91 commit c262faaCopy full SHA for c262faa
js/notebook/package.json
@@ -25,8 +25,8 @@
25
},
26
"scripts": {
27
"build": "yarn run build:dev",
28
- "build:prod": "yarn run test && webpack --config webpack.prod.js && yarn run build-lab-extension",
29
- "build:dev": "yarn run test && webpack --config webpack.dev.js && yarn run build-lab-extension",
+ "build:prod": "webpack --config webpack.prod.js && yarn run build-lab-extension",
+ "build:dev": "webpack --config webpack.dev.js && yarn run build-lab-extension",
30
"build-lab-extension": "cd ../lab && npm install",
31
"prepublish": "yarn run build:prod",
32
"test": "TS_NODE_PROJECT=test mocha",
0 commit comments