We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc40dc + 5689147 commit 2fe02b2Copy full SHA for 2fe02b2
entrypoint.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
# Install netlify globally before NVM to prevent EACCESS issues
6
npm i -g netlify-cli
7
0 commit comments