Skip to content

Commit ac9684a

Browse files
committed
feat(ci): build expo before publishing
1 parent 9d7b205 commit ac9684a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
run: yarn install --immutable
7373
shell: bash
7474

75+
- name: Build Expo plugin
76+
working-directory: ./plugin
77+
run: tsc
78+
shell: bash
79+
7580
- name: Configure git
7681
run: |
7782
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)