Skip to content

Commit 41228f6

Browse files
committed
Only audit production dependencies
1 parent 3b41170 commit 41228f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm install
3737

3838
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
39-
run: pnpm audit signatures
39+
run: pnpm audit signatures --prod
4040

4141
- name: Build package
4242
run: pnpm package

0 commit comments

Comments
 (0)