diff options
Diffstat (limited to 'scripts/build/client/tsc.sh')
-rwxr-xr-x | scripts/build/client/tsc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client/tsc.sh b/scripts/build/client/tsc.sh index ec06b643a..cca1643d4 100755 --- a/scripts/build/client/tsc.sh +++ b/scripts/build/client/tsc.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | node systemjs.bundle.js | |
5 | npm run tsc | 5 | npm run tsc |