Skip to content

Commit

Permalink
Update develop
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 15, 2024
1 parent df7b4c6 commit 10c47dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/develop
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 10c47dc

Please sign in to comment.