Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/publish-ohpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ jobs:
ohpm config set publish_registry "$OHPM_PUBLISH_REGISTRY"
ohpm install

# hvigor loads every module's hvigorfile, and the demo's imports the
# in-repo symbol upload plugin from its build output, which is not
# committed. Without it no module builds, including the SDK HARs.
- name: Build hvigor-plugin
working-directory: hvigor-plugin
run: |
set -euo pipefail
npm ci
npm run build

- name: Build HAR packages
run: |
set -euo pipefail
Expand Down
Loading