Skip to content

Commit

Permalink
fix: 修复错误的将package-lock.json保留在项目中
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonAlcedo committed Sep 2, 2024
1 parent fa1e8b7 commit 84509b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Remove node-karin from package.json
run: |
npm uninstall node-karin --save-dev
git add package.json package-lock.json
git add package.json
git commit -m "Remove node-karin from devDependencies" || echo "No changes to commit"
- name: Prepare main branch
Expand Down

0 comments on commit 84509b0

Please # to comment.