From 217be60a6abae5d780f55e69365015e1969c5846 Mon Sep 17 00:00:00 2001 From: Fabricio Sander Date: Thu, 25 Mar 2021 20:22:03 -0300 Subject: [PATCH] fix: removes code block added by mistake from dev branch --- entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 28f5385..d427fa4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -54,10 +54,6 @@ echo "Files:" prettier $INPUT_PRETTIER_OPTIONS || echo "Problem running prettier with $INPUT_PRETTIER_OPTIONS" PRETTIER_RESULT=$? -# Ignore node modules and other action created files -rm -r node_modules/ || echo "No node_modules/ folder." -git reset --hard package-lock.json || rm package-lock.json || echo "No package-lock.json file." - # To keep runtime good, just continue if something was changed if _git_changed; then if $INPUT_DRY; then