Skip to content

Commit b00b9fe

Browse files
committed
chore(README): update missing step in compiler-cli docs README
1 parent fa0718b commit b00b9fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/@angular/compiler-cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ At a high level, this program
8181
```
8282
# Build angular2 and the compiler
8383
./build.sh
84+
# Copy over the package so we can test the compiler tests
85+
$ cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
8486
# Run the test once
8587
# (First edit the LINKABLE_PKGS to use npm link instead of npm install)
8688
$ ./scripts/ci-lite/offline_compiler_test.sh

0 commit comments

Comments
 (0)