Skip to content

Commit

Permalink
fix: scope netlify to yarn bin (AztecProtocol#6162)
Browse files Browse the repository at this point in the history
Fix netlify deploy to use yarn bin
  • Loading branch information
just-mitch authored May 2, 2024
1 parent 9d03f34 commit be8e3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy_prod.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eu

netlify deploy --site aztec-docs-dev --prod
yarn netlify deploy --site aztec-docs-dev --prod

0 comments on commit be8e3c0

Please sign in to comment.