We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cbff54 + 419fb40 commit e3e6d43Copy full SHA for e3e6d43
.github/workflows/publish-alpha.yml
@@ -39,7 +39,7 @@ jobs:
39
run: yarn build:packages
40
41
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
42
- run: yarn npm audit
+ run: yarn npm audit --environment production
43
44
- name: Authenticate in npm
45
run: |
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
0 commit comments