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: