Skip to content

Commit

Permalink
chore: reset nx cache on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jun 16, 2024
1 parent 9f35098 commit 473d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "husky",
"postinstall": "patch-package",
"build": "nx run-many -t build",
"clean": "nx run-many -t clean",
"clean": "nx run-many -t clean && nx reset",
"coverage": "nx run-many -t coverage",
"dev": "echo Watching workspace for changes... && nx watch --all -- nx run \\$NX_PROJECT_NAME:build",
"lint": "eslint \"**/*.ts\" --cache",
Expand Down

0 comments on commit 473d3ed

Please sign in to comment.