Skip to content

Commit

Permalink
fix: detection f package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 7, 2023
1 parent ac80097 commit c78ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c78ed23

Please sign in to comment.