Skip to content

Commit be8e3c0

Browse files
authored
fix: scope netlify to yarn bin (AztecProtocol#6162)
Fix netlify deploy to use yarn bin
1 parent 9d03f34 commit be8e3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deploy_prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
set -eu
33

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

0 commit comments

Comments
 (0)