|
@@ -5,7 +5,7 @@
|
|
|
"build": "tsc --project src && webpack --config webpack.conf.js",
|
|
|
"clean": "rimraf build && rimraf node_modules",
|
|
|
"postinstall": "node ../../scripts/dedupe.js && npm run build",
|
|
|
- "update": "rimraf node_modules/jupyterlab && npm install",
|
|
|
+ "update": "rimraf node_modules/jupyterlab || npm install",
|
|
|
"watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
|
|
|
},
|
|
|
"dependencies": {
|