Skip to content

Commit

Permalink
Add more npm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 10, 2021
1 parent 701e611 commit b9ef8fa
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 @@ -12,7 +12,7 @@ cp -r static esphome_frontend/static
trap "kill 0" EXIT

# Run tsc once as rollup expects those files
tsc || true
npm exec -- tsc || true

npm exec -- serve --cors -l 8500 &
npm exec -- tsc --watch &
Expand Down

0 comments on commit b9ef8fa

Please sign in to comment.