We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713eb1d commit 8882a0fCopy full SHA for 8882a0f
.github/workflows/publish.yml
@@ -126,6 +126,8 @@ jobs:
126
retry_wait_seconds: 15
127
timeout_minutes: 20
128
command: yarn install --frozen-lockfile
129
+ - name: Compile TypeScript
130
+ run: yarn tsc
131
- name: Build native
132
env:
133
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -199,6 +201,8 @@ jobs:
199
201
200
202
203
204
205
206
207
run: cd packages/cubejs-backend-native && npm run native:build-release
208
- name: Upload artifact
0 commit comments