Skip to content

Commit 02ccc12

Browse files
authored
Merge pull request #1935 from OpenC3/release_yarn_build
Add yarn build to release
2 parents 7d417f1 + 237f766 commit 02ccc12

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)