Skip to content

Commit

Permalink
fix: add build step in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iurynogueira authored Mar 16, 2023
1 parent 31c30e6 commit fbce501
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 @@ -35,6 +35,10 @@ jobs:
- name: 📚 Install packages
run: yarn install --frozen-lockfile

- name: 🏗️ Run Build
run: |
yarn build
- name: 🚀 publish
run: npm publish --access public
env:
Expand Down

0 comments on commit fbce501

Please sign in to comment.