Skip to content

Commit 8882a0f

Browse files
committed
chore(ci): publish - run tsc before native
1 parent 713eb1d commit 8882a0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
retry_wait_seconds: 15
127127
timeout_minutes: 20
128128
command: yarn install --frozen-lockfile
129+
- name: Compile TypeScript
130+
run: yarn tsc
129131
- name: Build native
130132
env:
131133
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -199,6 +201,8 @@ jobs:
199201
retry_wait_seconds: 15
200202
timeout_minutes: 20
201203
command: yarn install --frozen-lockfile
204+
- name: Compile TypeScript
205+
run: yarn tsc
202206
- name: Build native
203207
run: cd packages/cubejs-backend-native && npm run native:build-release
204208
- name: Upload artifact

0 commit comments

Comments
 (0)