Update develop

This commit is contained in:
Paulus Schoutsen 2024-02-15 11:02:11 -05:00 committed by GitHub
parent df7b4c69e0
commit 10c47dc916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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