|
@@ -9,7 +9,7 @@ rm -rf dist
|
|
trap "kill 0" EXIT
|
|
trap "kill 0" EXIT
|
|
|
|
|
|
# Run tsc once as rollup expects those files
|
|
# Run tsc once as rollup expects those files
|
|
-tsc || true
|
|
|
|
|
|
+npm exec -- tsc || true
|
|
|
|
|
|
npm exec -- serve -p 5001 &
|
|
npm exec -- serve -p 5001 &
|
|
npm exec -- tsc --watch &
|
|
npm exec -- tsc --watch &
|