Skip to content

Commit e6c88a8

Browse files
committed
Build in CI as well
1 parent 47cd38e commit e6c88a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: dart analyze --fatal-infos --fatal-warnings
3333
- name: Publish dry-run
3434
run: melos publish --dry-run --yes
35+
- name: Build DevTools extension
36+
run: ./tool/build.sh
37+
working-directory: packages/powersync_devtools_extension
3538

3639
# TODO: Uncomment after releasing powersync_flutter_libs version 0.5.0+eol.
3740
# pana:

0 commit comments

Comments
 (0)