Skip to content

Commit

Permalink
[*] include build step in release action (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio authored Jun 29, 2023
1 parent 7d0c405 commit 08791fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/stupid-llamas-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@status-im/eslint-config': minor
'@status-im/components': minor
'@status-im/js': minor
'@status-im/colors': minor
'@status-im/icons': minor
---

include build step
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn typecheck
- run: yarn lint && yarn format --check
- run: yarn test
- uses: changesets/action@v1
id: changesets
with:
Expand Down

0 comments on commit 08791fc

Please sign in to comment.