From b00b9fe564a180e2ee632ad8c25bb331fcc99477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Fri, 3 Jun 2016 10:27:36 -0700 Subject: [PATCH] chore(README): update missing step in compiler-cli docs README --- modules/@angular/compiler-cli/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/@angular/compiler-cli/README.md b/modules/@angular/compiler-cli/README.md index a9418434b2..daafa136f5 100644 --- a/modules/@angular/compiler-cli/README.md +++ b/modules/@angular/compiler-cli/README.md @@ -81,6 +81,8 @@ At a high level, this program ``` # Build angular2 and the compiler ./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 # (First edit the LINKABLE_PKGS to use npm link instead of npm install) $ ./scripts/ci-lite/offline_compiler_test.sh