Skip to content

Commit

Permalink
ci: build all projects before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Feb 27, 2024
1 parent d994ede commit e5fccce
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 @@ -53,8 +53,8 @@ jobs:
- name: Install dependendencies
run: npm i

- name: Build core package
run: cd packages/core && npm run build
- name: Build projects
run: npm run build

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
Expand Down

0 comments on commit e5fccce

Please sign in to comment.