From aa53d3258cf1c5fbff243faff158488a6b2ae0e4 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 16 Jul 2019 12:19:51 -0400 Subject: [PATCH] Try bash -l instead of exec bash --- .netlify/build-deploy-preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.netlify/build-deploy-preview.sh b/.netlify/build-deploy-preview.sh index d26167714..2c6a09fb2 100644 --- a/.netlify/build-deploy-preview.sh +++ b/.netlify/build-deploy-preview.sh @@ -15,7 +15,7 @@ yarn config get prefix yarn config set prefix ~/.yarn export PATH="$PATH:`yarn global bin`" -exec bash +bash -l # Make sure `node` can access globally installed binaries # export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"