From f02212579ee752d87072e26fd7db14853fff0836 Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Tue, 25 Jul 2023 14:14:21 +0300 Subject: [PATCH 1/2] add schematics build on build:all --- npm/ng-packs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index f1251d0341..ee6cacaf06 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -7,7 +7,7 @@ "nx": "nx", "start": "nx serve", "build": "ng build", - "build:all": "nx run-many --target=build --all --exclude=dev-app,schematics --prod ", + "build:all": "nx run-many --target=build --all --exclude=dev-app,schematics --prod && npm run build:schematics", "test": "ng test --detect-open-handles=true --run-in-band=true --watch-all=true", "test:all": "nx run-many --target=test --all", "lint-staged": "lint-staged", From d89d05606402a2649845c3bdf042cdf69287d34e Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Wed, 26 Jul 2023 15:53:58 +0300 Subject: [PATCH 2/2] remove myget temporarly. because it down --- npm/ng-packs/.npmrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/npm/ng-packs/.npmrc b/npm/ng-packs/.npmrc index cb55c69ab1..e69de29bb2 100644 --- a/npm/ng-packs/.npmrc +++ b/npm/ng-packs/.npmrc @@ -1,2 +0,0 @@ -@abp:registry=https://www.myget.org/F/abp-nightly/npm -