Skip to content

Commit

Permalink
Updated run scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
stechy1 committed Feb 13, 2022
1 parent ed04f8a commit 586af6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build:cli": "nx run cli:build",
"run:cli": "nx run cli:serve",
"build:application": "nx run application:build",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint --all --parallel --maxParallel=5 --quiet",
"affected:apps": "nx affected:apps --base=master",
"affected:libs": "nx affected:libs --base=master",
"affected:build": "nx affected:build --base=master",
"affected:e2e": "nx affected:e2e --base=master",
"affected:test": "nx affected:test --base=master",
"affected:lint": "nx affected:lint --base=master",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
Expand Down

0 comments on commit 586af6f

Please sign in to comment.