Skip to content

Commit

Permalink
build: add build back (#98)
Browse files Browse the repository at this point in the history
* build: add build step to release

* chore: changeset
  • Loading branch information
field123 authored Oct 25, 2023
1 parent a6eb6ff commit 34a3be2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/hungry-lemons-study.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34a3be2

Please sign in to comment.