build(aio): ignore @angular/mobile-toolkit in dist builds (#19511)

The new v5 version of this toolkit is too incompatible for us to run
AIO against both versions. So for now we will ignore this libary when
running against local Angular distributions and continue to use the
version on npm.

PR Close #19511
This commit is contained in:
Peter Bacon Darwin 2017-10-04 12:03:24 +01:00 committed by Tobias Bosch
parent 9ef8d8b85a
commit 340d94afb9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"author": "Angular",
"license": "MIT",
"scripts": {
"aio-use-local": "node tools/ng-packages-installer overwrite .",
"aio-use-local": "node tools/ng-packages-installer overwrite . --debug --ignore-packages @angular/service-worker",
"aio-use-npm": "node tools/ng-packages-installer restore .",
"aio-check-local": "node tools/ng-packages-installer check .",
"ng": "yarn check-env && ng",