mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-11 17:24:21 +00:00
[*] include build step in release action (#437)
This commit is contained in:
parent
7d0c405b8d
commit
08791fc13d
9
.changeset/stupid-llamas-pretend.md
Normal file
9
.changeset/stupid-llamas-pretend.md
Normal 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
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user