Skip to content

Commit

Permalink
Skip cache when building prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 26, 2023
1 parent b73bd09 commit 3b14ce0
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 @@ -22,7 +22,7 @@
"scripts": {
"build": "lerna run build",
"build:lib": "lerna run build:lib",
"build:prod": "lerna run build:prod",
"build:prod": "lerna run build:prod --skip-nx-cache",
"build:test": "lerna run build:test",
"build:utils": "cd buildutils && npm run build",
"clean": "lerna run clean",
Expand Down

0 comments on commit 3b14ce0

Please sign in to comment.