refactor(compiler): rename /compiler_cli to /compiler-cli

This commit is contained in:
Victor Berchet
2016-06-02 11:33:53 -07:00
parent 01dd7dde24
commit 1090601e8b
33 changed files with 16 additions and 16 deletions

View File

@ -8,8 +8,8 @@ gulp check-format
export NODE_PATH=$NODE_PATH:$(pwd)/dist/all
./build.sh;
$(npm bin)/tsc -p tools
$(npm bin)/tsc -p tools/compiler_cli/src
# $(npm bin)/tsc -p tools/compiler_cli/test
$(npm bin)/tsc -p tools/compiler-cli/src
# $(npm bin)/tsc -p tools/compiler-cli/test
node dist/tools/tsc-watch/ node
## rebuild since codegen has overwritten some files.