Skip to content

Commit

Permalink
🐛 fix make deploy to ignore nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Dec 21, 2023
1 parent 33eb52e commit b872b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ deploy:

@echo '==> Building...'
yarn
yarn lerna run build
yarn lerna run build --skip-nx-cache
yarn run tsc -b

@echo '==> Deploying...'
Expand Down

0 comments on commit b872b8a

Please sign in to comment.