From 73423803b1f202ec12960dda7c8b555c3dd9b013 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Wed, 25 Oct 2023 17:55:31 +0200 Subject: [PATCH 1/2] build: add build step to release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb436098..3db90965 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,9 @@ jobs: - name: Install Dependencies run: pnpm install --frozen-lockfile + - name: Build Packages + run: pnpm build:packages + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 From 94516b22f3f92dfe4d1afd1b1ccc93fd337397c7 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Wed, 25 Oct 2023 17:57:02 +0200 Subject: [PATCH 2/2] chore: changeset --- .changeset/hungry-lemons-study.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/hungry-lemons-study.md diff --git a/.changeset/hungry-lemons-study.md b/.changeset/hungry-lemons-study.md new file mode 100644 index 00000000..fd71d83e --- /dev/null +++ b/.changeset/hungry-lemons-study.md @@ -0,0 +1,8 @@ +--- +"@elasticpath/composable-common": patch +"@elasticpath/composable-integration-hub-deployer": patch +"@elasticpath/react-shopper-hooks": patch +"@elasticpath/shopper-common": patch +--- + +missing build output corrected