Browse Source

downgrade nx parallel build count

pull/13886/head
muhammedaltug 3 years ago
parent
commit
0b4ecd5f37
  1. 2
      npm/ng-packs/package.json

2
npm/ng-packs/package.json

@ -15,7 +15,7 @@
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:build": "nx affected:build --parallel 1",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",

Loading…
Cancel
Save