Skip to content

Commit

Permalink
chore: update build command to reset before building the app
Browse files Browse the repository at this point in the history
  • Loading branch information
elisfainstein committed Jan 9, 2025
1 parent 1e9359f commit 09eec90
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 @@ -217,7 +217,7 @@
"dev:site": "nx dev site",
"dev:auth": "nx dev auth",
"dev:panier": "nx run-many -t dev -p panier auth",
"build:app": "nx build app --verbose",
"build:app": "nx reset && nx build app --verbose",
"build:auth": "nx build auth",
"build:backend": "nx build backend",
"build:tools-automation-api": "nx build tools-automation-api",
Expand Down

0 comments on commit 09eec90

Please sign in to comment.