From 407cb620e95eb75828a986c7ecb9f7f56c36a471 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Mon, 23 Sep 2024 15:12:28 +0100 Subject: [PATCH] chore: build when publishing --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 749ecf2d2..b3fe4f7c1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -61,6 +61,9 @@ jobs: - name: Install package.json dependencies with pnpm run: pnpm install --frozen-lockfile + - name: Build the package + - run: pnpm build + - name: Publish the package in the npm registry run: npm publish --access public env: