Skip to content

Commit d9cc969

Browse files
chore: remove validate-no-uncommitted-package-lock-changes from manual-publish.yml (#554)
1 parent 1949a66 commit d9cc969

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
node-version: ${{ env.NODE_VER }}
2323
- name: Install dependencies
2424
run: npm ci
25-
- name: Validate package-lock.json changes
26-
run: make validate-no-uncommitted-package-lock-changes
2725
- name: Lint
2826
run: npm run lint
2927
- name: Test

0 commit comments

Comments
 (0)