Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 2940522

Browse files
committed
added build step
1 parent 737b594 commit 2940522

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: ⏳ Install
2323
run: yarn install
2424

25+
# Build packages
26+
- name: 🔨 Build Packages
27+
run: yarn run build
28+
2529
# Create Release Pull Request
2630
- name: 📤 Create Release Pull Request or Publish to NPM
2731
uses: changesets/action@master

0 commit comments

Comments
 (0)