Skip to content

Commit

Permalink
chore: remove integrity check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart authored and Lisi Linhart committed Apr 3, 2024
1 parent b190ea0 commit e64cf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: npm
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of deps
run: npm audit signatures
# - name: Verify the integrity of deps
# run: npm audit signatures
- run: npm run test:ci
- run: npm run build
- name: Release
Expand Down

0 comments on commit e64cf2d

Please sign in to comment.