Kaynağa Gözat

Update develop

Paulus Schoutsen 1 yıl önce
ebeveyn
işleme
10c47dc916
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      script/develop

+ 1 - 1
script/develop

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