build: add comment for the tools watch option
This commit is contained in:
parent
12abdd8782
commit
acc3a2de83
1
test.sh
1
test.sh
|
@ -7,3 +7,4 @@ export NODE_PATH=$NODE_PATH:$(pwd)/dist/all:$(pwd)/dist/tools
|
||||||
$(npm bin)/tsc -p tools
|
$(npm bin)/tsc -p tools
|
||||||
node dist/tools/tsc-watch/ node watch
|
node dist/tools/tsc-watch/ node watch
|
||||||
# node dist/tools/tsc-watch/ browser watch
|
# node dist/tools/tsc-watch/ browser watch
|
||||||
|
# node dist/tools/tsc-watch/ tools watch
|
||||||
|
|
Loading…
Reference in New Issue