Browse Source

fix: remove symlink config

pull/1867/head
mehmet-erim 7 years ago
parent
commit
28377fbf1d
  1. 26
      templates/module/angular/symlink.config.json

26
templates/module/angular/symlink.config.json

@ -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…
Cancel
Save