build(aio): ignore @angular/mobile-toolkit in dist builds (#19600)
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 #19600
This commit is contained in:
parent
c639cdd3b3
commit
e4dac421db
@ -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…
x
Reference in New Issue
Block a user