From 3b82dd7e9544c7679a6cdbcc572c3867331dc5aa Mon Sep 17 00:00:00 2001 From: creyD Date: Fri, 19 Feb 2021 18:36:38 +0100 Subject: [PATCH] Fixed missing command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b10056d..4e647d3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -69,7 +69,7 @@ if _git_changed; then _git_setup # Ignore node modules and other action created files - "/node_modules/ + echo "/node_modules/ package-lock.json package.json " >> .git/info/exclude