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