mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 26 deletions
@ -1,26 +0,0 @@ |
|||
{ |
|||
"yarn": true, |
|||
"packages": [ |
|||
{ |
|||
"libraryFolderPath": "../../../npm/ng-packs/packages/core", |
|||
"linkFolderPath": "../../../npm/ng-packs/dist/core", |
|||
"buildCommand": "ng build core", |
|||
"buildCommandRunPath": "../../../npm/ng-packs/", |
|||
"exclude": ["node_modules", "dist"] |
|||
}, |
|||
{ |
|||
"libraryFolderPath": "../../../npm/ng-packs/packages/account", |
|||
"linkFolderPath": "../../../npm/ng-packs/dist/account", |
|||
"buildCommand": "ng build account", |
|||
"buildCommandRunPath": "../../../npm/ng-packs/", |
|||
"exclude": ["node_modules", "dist"] |
|||
}, |
|||
{ |
|||
"libraryFolderPath": "../../../npm/ng-packs/packages/account-config", |
|||
"linkFolderPath": "../../../npm/ng-packs/dist/account-config", |
|||
"buildCommand": "ng build account-config", |
|||
"buildCommandRunPath": "../../../npm/ng-packs/", |
|||
"exclude": ["node_modules", "dist"] |
|||
} |
|||
] |
|||
} |
|||
Loading…
Reference in new issue