diff --git a/entrypoint.sh b/entrypoint.sh index 5bd93cb..e84edef 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ if [ ! -e stylelint_path ]; then yarn add stylelint stylelint-config-standard --silent fi -if [ ! -e "${configPath}.stylelintrc" ] && [ ! -e "${configPath}.stylelint.json" ]; then +if [ ! -e "${configPath}.stylelintrc" ] && [ ! -e "${configPath}stylelint.json" ]; then echo "{ \"extends\": \"stylelint-config-standard\", \"rules\": {