Skip to content

Commit 5322c97

Browse files
committed
chore: add step to generate temporary package-lock.json in publish-alpha workflow
1 parent da57ce5 commit 5322c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install podverse-helpers latest alpha version
2323
run: |
2424
npm i podverse-helpers@alpha --save
25+
26+
- name: Generate temp package-lock.json
27+
run: npm install --package-lock-only
2528

2629
- name: Clean install dependencies
2730
run: npm clean-install

0 commit comments

Comments
 (0)