[*] include build step in release action (#437)
This commit is contained in:
parent
7d0c405b8d
commit
08791fc13d
|
@ -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
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue