We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0718b commit b00b9feCopy full SHA for b00b9fe
1 file changed
modules/@angular/compiler-cli/README.md
@@ -81,6 +81,8 @@ At a high level, this program
81
```
82
# Build angular2 and the compiler
83
./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
86
# Run the test once
87
# (First edit the LINKABLE_PKGS to use npm link instead of npm install)
88
$ ./scripts/ci-lite/offline_compiler_test.sh
0 commit comments