diff --git a/entrypoint.sh b/entrypoint.sh index 5ce55ce..f5a00ad 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + # Install netlify globally before NVM to prevent EACCESS issues npm i -g netlify-cli