From 785b97af7d0a012a8a96f4c3c9e88659259d655d Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 15 Dec 2017 17:58:38 -0800 Subject: [PATCH] yarn global add isn't working for some reason --- scripts/publish-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"