Skip to content

Commit 54c699b

Browse files
committed
fix(ci): use npm pack --dry-run instead of pnpm pack
1 parent 6286602 commit 54c699b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
- name: pnpm audit (prod deps only)
7373
run: pnpm audit --prod
7474

75-
- name: pnpm pack dry-run
75+
- name: npm pack dry-run
7676
working-directory: packages/anya-ui
77-
run: pnpm pack --dry-run
77+
run: npm pack --dry-run

0 commit comments

Comments
 (0)