Browse Source

Merge pull request #17196 from abpframework/update-build-all-command-on-dev-app

add schematics build on build:all
pull/17198/head
Masum ULU 3 years ago
committed by GitHub
parent
commit
2d38f776b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/.npmrc
  2. 2
      npm/ng-packs/package.json

2
npm/ng-packs/.npmrc

@ -1,2 +0,0 @@
@abp:registry=https://www.myget.org/F/abp-nightly/npm

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

Loading…
Cancel
Save