From 0a7d8d63a33e78868097ffe874527739d46a836b Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Wed, 18 Jan 2023 13:04:54 +0200 Subject: [PATCH] chore: Run build when releasing cli (#641) Run build when releasing cli --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8c0e095..7b745f00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,6 +136,9 @@ jobs: - run: npm i working-directory: cli/cli-npm + - run: npm run build + working-directory: cli/cli-npm + - name: Publish to NPM registry run: npm publish --access public working-directory: cli/cli-npm