chore(README): update missing step in compiler-cli docs README

This commit is contained in:
Matias Niemelä 2016-06-03 10:27:36 -07:00
parent fa0718ba9a
commit b00b9fe564
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ At a high level, this program
``` ```
# Build angular2 and the compiler # Build angular2 and the compiler
./build.sh ./build.sh
# Copy over the package so we can test the compiler tests
$ cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
# Run the test once # Run the test once
# (First edit the LINKABLE_PKGS to use npm link instead of npm install) # (First edit the LINKABLE_PKGS to use npm link instead of npm install)
$ ./scripts/ci-lite/offline_compiler_test.sh $ ./scripts/ci-lite/offline_compiler_test.sh