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
 
 # Run tsc once as rollup expects those files
-tsc || true
+npm exec -- tsc || true
 
 npm exec -- serve -p 5001 &
 npm exec -- tsc --watch &