mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
265 B
Bash
Executable file
10 lines
265 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -o pipefail
|
|
|
|
cd `dirname $0`
|
|
export NODE_PATH=$NODE_PATH:$(pwd)/dist/all:$(pwd)/dist/tools
|
|
$(npm bin)/tsc -p tools
|
|
node dist/tools/tsc-watch/ node watch
|
|
# node dist/tools/tsc-watch/ browser watch
|
|
# node dist/tools/tsc-watch/ tools watch
|