mirror of https://github.com/zulip/zulip.git
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
#!/bin/sh
|
||
|
ZULIP_PATH="$(dirname "$0")/.."
|
||
|
exec "$ZULIP_PATH/node_modules/.bin/tsc" --project "$ZULIP_PATH/static/js" "$@"
|