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:
parent
9ef8d8b85a
commit
340d94afb9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue