Skip to content

Commit

Permalink
chore: add nx reset helper
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jul 4, 2024
1 parent b8250b3 commit 44dcf22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "nx build",
"test": "nx test",
"release": "release-it",
"git:clean-tags": "git tag -l | xargs git tag -d && git fetch -t"
"git:clean-tags": "git tag -l | xargs git tag -d && git fetch -t",
"nx-reset": "nx reset && nx daemon --start"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 44dcf22

Please sign in to comment.