Skip to content

Commit

Permalink
fix: build and releae
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jul 23, 2024
1 parent 9f7ded6 commit b961b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
run: npm i --package-lock-only && npm clean-install
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docs/**/*
out/**/*
.tap/**/*
coverage/**/*
package-lock.json

0 comments on commit b961b93

Please sign in to comment.