|
@@ -37,6 +37,7 @@
|
|
"tsc": "tsc",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"tsc:w": "tsc -w",
|
|
"webpack": "node_modules/.bin/webpack",
|
|
"webpack": "node_modules/.bin/webpack",
|
|
|
|
+ "watch": "node_modules/.bin/webpack --watch",
|
|
"lite": "lite-server",
|
|
"lite": "lite-server",
|
|
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
|
|
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
|
|
"tests": "node dist/tests/test-bundle.js"
|
|
"tests": "node dist/tests/test-bundle.js"
|