From 28377fbf1d67f9155cdc43ff2fb998f9017349c7 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 8 Oct 2019 10:18:31 +0300 Subject: [PATCH] fix: remove symlink config --- templates/module/angular/symlink.config.json | 26 -------------------- 1 file changed, 26 deletions(-) delete mode 100644 templates/module/angular/symlink.config.json diff --git a/templates/module/angular/symlink.config.json b/templates/module/angular/symlink.config.json deleted file mode 100644 index f67140e55a..0000000000 --- a/templates/module/angular/symlink.config.json +++ /dev/null @@ -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"] - } - ] -}