Skip to content

Commit 419fb40

Browse files
committed
fix: silence for dev deps
1 parent 9cbff54 commit 419fb40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: yarn build:packages
4040

4141
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
42-
run: yarn npm audit
42+
run: yarn npm audit --environment production
4343

4444
- name: Authenticate in npm
4545
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn build:packages
3939

4040
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
41-
run: yarn npm audit
41+
run: yarn npm audit --environment production
4242

4343
- name: Authenticate in npm
4444
run: |

0 commit comments

Comments
 (0)