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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
3 deletions
-
npm/ng-packs/.npmrc
-
npm/ng-packs/package.json
|
|
|
@ -1,2 +0,0 @@ |
|
|
|
@abp:registry=https://www.myget.org/F/abp-nightly/npm |
|
|
|
|
|
|
|
@ -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", |
|
|
|
|