diff options
Diffstat (limited to 'scripts/watch/client/tsc.sh')
-rwxr-xr-x | scripts/watch/client/tsc.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/watch/client/tsc.sh b/scripts/watch/client/tsc.sh deleted file mode 100755 index f00656d2e..000000000 --- a/scripts/watch/client/tsc.sh +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | cd client || exit -1 | ||
4 | |||
5 | npm run tsc:w | ||