Skip to content

Commit 94f36c6

Browse files
committed
fix: add step to generate temporary package-lock.json in publish-alpha workflow
1 parent 1f963c6 commit 94f36c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-alpha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install podverse-mq latest alpha version
3434
run: npm i podverse-mq@alpha --save
3535

36+
- name: Generate temp package-lock.json
37+
run: npm install --package-lock-only
38+
3639
- name: Clean install dependencies
3740
run: npm clean-install
3841

0 commit comments

Comments
 (0)