Improve debugness of Netlify scripts
This commit is contained in:
parent
32068b1107
commit
1f0480533b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Note: Check the following link for a list of available environment variables:
|
||||
# https://www.netlify.com/docs/continuous-deployment/#build-environment-variables
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
if [ "$CONTEXT" != "deploy-preview" ]; then
|
||||
echo "This script should only be run on Netlify."
|
||||
|
|
|
|||
Loading…
Reference in a new issue