From c78ed2330ca2a3fa1722a9552761d633468bb3b8 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:41:40 +0200 Subject: [PATCH] fix: detection f package-lock --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index b063314..578c886 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -127,7 +127,7 @@ function replicate { fi add_adopters_to_readme "$repo_path" add_ecosystem_to_readme "$repo_path" - if test -f package-lock.json; then + if test -f "$repo_path/package-lock.json"; then format "$repo_path" fi