From acc3a2de83566854ea94d2932969f751db762e39 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 24 May 2016 14:42:07 -0700 Subject: [PATCH] build: add comment for the tools watch option --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 3a636e021b..6dab988453 100755 --- a/test.sh +++ b/test.sh @@ -7,3 +7,4 @@ 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