We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499e59 commit a1052baCopy full SHA for a1052ba
bin/start-tilt
@@ -1,4 +1,3 @@
1
#! /bin/sh
2
3
-npm install tslint typescript tsc-watch -g
4
-exec tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'
+exec npx tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'
0 commit comments