From 08791fc13db59e74ba415bd5472f2e2badc0c339 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Thu, 29 Jun 2023 12:25:19 +0100 Subject: [PATCH] [*] include build step in release action (#437) --- .changeset/stupid-llamas-pretend.md | 9 +++++++++ .github/workflows/release.yml | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/stupid-llamas-pretend.md diff --git a/.changeset/stupid-llamas-pretend.md b/.changeset/stupid-llamas-pretend.md new file mode 100644 index 00000000..157cf6ee --- /dev/null +++ b/.changeset/stupid-llamas-pretend.md @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 651521b8..dc92aa83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: