mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(angular): ng-add schematic (#20281)
* fix(angular): update ng-add schematic to use the project name * fix(angular): use relative schematics collection.json path.
This commit is contained in:
committed by
Mike Hartington
parent
59d064979f
commit
09d951ae1b
@@ -74,7 +74,7 @@
|
||||
"typescript": "3.4.5",
|
||||
"zone.js": "^0.8.28"
|
||||
},
|
||||
"schematics": "schematics/collection.json",
|
||||
"schematics": "./schematics/collection.json",
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user