Skip to content

Commit 237f766

Browse files
committed
Add yarn build to release
1 parent 7d417f1 commit 237f766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Build Python Package
8181
working-directory: openc3/python
8282
run: python -m build
83+
- name: Build Yarn Packages
84+
run: yarn; yarn build:common
85+
working-directory: openc3-cosmos-init/plugins
8386
- name: build_multi_arch
8487
# This `shell` line is required to get around a known issue: https://github.com/actions/runner/issues/241#issuecomment-745902718
8588
shell: 'script -q -e -c "bash {0}"'

0 commit comments

Comments
 (0)