From be8e3c00837f7b823b74dfad7ef0875265ae35fe Mon Sep 17 00:00:00 2001 From: just-mitch <68168980+just-mitch@users.noreply.github.com> Date: Thu, 2 May 2024 13:33:42 -0600 Subject: [PATCH] fix: scope netlify to yarn bin (#6162) Fix netlify deploy to use yarn bin --- docs/deploy_prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy_prod.sh b/docs/deploy_prod.sh index 7f161e5635e..44935aa67c6 100755 --- a/docs/deploy_prod.sh +++ b/docs/deploy_prod.sh @@ -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