Skip to content

Commit

Permalink
Add affected:committed script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lhargil committed Dec 2, 2023
1 parent 0b31d8e commit 98fe2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"scripts": {
"affected": "nx affected -t build,test,lint --uncommitted",
"affected:committed": "nx affected -t build,test,lint --base=origin/main --head=HEAD",
"start:pmb": "nx serve personal-monthly-budget",
"start:gde": "nx serve gdrive-embedder"
},
Expand Down

0 comments on commit 98fe2a4

Please sign in to comment.