Skip to content

Commit a1052ba

Browse files
committed
chore: fix tiltfile to succesfully run tsc-watch
1 parent 5499e59 commit a1052ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/start-tilt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#! /bin/sh
22

3-
npm install tslint typescript tsc-watch -g
4-
exec tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'
3+
exec npx tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'

0 commit comments

Comments
 (0)