Skip to content

Commit

Permalink
Merge pull request #21 from alisaitteke/develop
Browse files Browse the repository at this point in the history
chore(release-drafter): remove package-lock.json instead of adding it…
alisaitteke authored Nov 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 504bb56 + 942d736 commit 078c2e2
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
@@ -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

0 comments on commit 078c2e2

Please sign in to comment.