diff --git a/script.sh b/script.sh index 4bbeb4f..e48cb7b 100755 --- a/script.sh +++ b/script.sh @@ -4,9 +4,6 @@ set -e NETLIFY_SITE="" NETLIFY_DEPLOY_OPTIONS="" -ls -cat netlify.toml - if [ -n "$PLUGIN_PROD" ] && [ "$PLUGIN_PROD" != false ] then NETLIFY_DEPLOY_OPTIONS="--prod"