Browse Source

add schematics build on build:all

pull/17196/head
Mahmut Gundogdu 3 years ago
parent
commit
f02212579e
  1. 2
      npm/ng-packs/package.json

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