浏览代码

Update develop

Paulus Schoutsen 1 年之前
父节点
当前提交
10c47dc916
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      script/develop

+ 1 - 1
script/develop

@@ -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 &