Skip to content

Commit

Permalink
chore(release-drafter): remove package-lock.json instead of adding it…
Browse files Browse the repository at this point in the history
… to prevent unnecessary changes in the repository
  • Loading branch information
alisaitteke committed Nov 23, 2024
1 parent f76277e commit 942d736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Stage changes
git add package.json
if [ -f "package-lock.json" ]; then
git add package-lock.json
rm -rf package-lock.json
fi
# Commit and push changes
Expand Down

0 comments on commit 942d736

Please sign in to comment.