|
@@ -5,7 +5,8 @@
|
|
|
"build": "tsc --project src && webpack --config webpack.conf.js",
|
|
|
"clean": "rimraf build && rimraf node_modules",
|
|
|
"postinstall": "npm dedupe",
|
|
|
- "update": "rimraf node_modules/jupyter-js-notebook && npm install"
|
|
|
+ "update": "rimraf node_modules/jupyter-js-notebook && npm install",
|
|
|
+ "watch": "watch 'npm run update && npm run build' ../../src src --wait 10"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"concurrently": "^2.0.0",
|
|
@@ -13,6 +14,7 @@
|
|
|
"rimraf": "^2.5.2",
|
|
|
"style-loader": "^0.13.1",
|
|
|
"typescript": "^1.8.10",
|
|
|
+ "watch": "^0.18.0",
|
|
|
"webpack": "^1.13.0"
|
|
|
},
|
|
|
"dependencies": {
|