Skip to content

Commit 05f324e

Browse files
authored
Merge pull request #285 from streamflow-finance/fix/main-tag-release-requires-prebuild-for-validation
Update GitHub Actions workflows to standardize build package steps
2 parents 02dc374 + 9b170f7 commit 05f324e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/gh-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
registry-url: https://registry.npmjs.org/
4141
- name: Install dependencies
4242
run: pnpm install
43+
- name: 📦 Build packages
44+
run: pnpm build
4345
- name: Git Identity
4446
run: |
4547
git config --global user.name 'github-actions[bot]'

.github/workflows/version-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "pnpm"
2222
- name: 📂 Install dependencies
2323
run: pnpm install
24-
- name: 📦 Build dependencies
24+
- name: 📦 Build packages
2525
run: pnpm build
2626
- name: 🧪 Run Tests
2727
run: pnpm test

0 commit comments

Comments
 (0)