[*] include build step in release action (#437)

This commit is contained in:
Felicio Mununga 2023-06-29 12:25:19 +01:00 committed by GitHub
parent 7d0c405b8d
commit 08791fc13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -16,6 +16,10 @@ jobs:
with: with:
node-version: 18 node-version: 18
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn typecheck
- run: yarn lint && yarn format --check
- run: yarn test
- uses: changesets/action@v1 - uses: changesets/action@v1
id: changesets id: changesets
with: with: