diff --git a/scripts/publish-site.sh b/scripts/publish-site.sh index fc58773ce9730..92bf7504334dd 100644 --- a/scripts/publish-site.sh +++ b/scripts/publish-site.sh @@ -1,5 +1,5 @@ yarn bootstrap -yarn global add gatsby-dev-cli +npm install -g gatsby-dev-cli gatsby-dev --set-path-to-repo . echo "=== Installing the website dependencies"