Skip to content

Commit

Permalink
fix: add build proccess before package release
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Aug 6, 2024
1 parent f35d79b commit cd141f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

- name: Install Dependencies
run: yarn

- name: Build
run: yarn build

- name: Setup npm auth
run: |
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
Expand Down

0 comments on commit cd141f8

Please sign in to comment.