We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d417f1 + 237f766 commit 02ccc12Copy full SHA for 02ccc12
.github/workflows/release.yml
@@ -80,6 +80,9 @@ jobs:
80
- name: Build Python Package
81
working-directory: openc3/python
82
run: python -m build
83
+ - name: Build Yarn Packages
84
+ run: yarn; yarn build:common
85
+ working-directory: openc3-cosmos-init/plugins
86
- name: build_multi_arch
87
# This `shell` line is required to get around a known issue: https://github.com/actions/runner/issues/241#issuecomment-745902718
88
shell: 'script -q -e -c "bash {0}"'
0 commit comments