Skip to content

Commit cecf9ea

Browse files
Update code-style.yml
1 parent 8bdd7c9 commit cecf9ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494

9595
- name: Remove package.json
9696
if: ${{ env.HAS_PACKAGE_JSON == '0' }}
97-
run: rm package.json
97+
run: |
98+
rm package.json
99+
rm package-lock.json
98100
99101
- name: Create a Pull Request
100102
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)