Jelajahi Sumber

Update develop

Paulus Schoutsen 1 tahun lalu
induk
melakukan
10c47dc916
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 &