Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-package-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
rm package-lock.json
npm install
git add -f package-lock.json

if git diff --exit-code --name-only package-lock.json; then
echo "No change."
Expand All @@ -42,6 +41,7 @@ jobs:
npx hereby lkg
git config user.email "[email protected]"
git config user.name "TypeScript Bot"
git add -f package-lock.json
git commit -m "Update package-lock.json"
git push
fi