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 - 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",