ci: remove signatures audit step

The step is currently failing due to vite 5.1.6 invalid signatures
This commit is contained in:
BearToCode 2024-03-19 14:50:47 +01:00
parent 3e8e7417d4
commit f0aaaed536

View file

@ -53,9 +53,6 @@ jobs:
- name: Build all packages
run: pnpm build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
run: npm run publish
env: