Skip to content

Commit

Permalink
chore: dont compile tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 13, 2024
1 parent 43c84d7 commit 448e357
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
env:
Expand Down Expand Up @@ -202,8 +200,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down Expand Up @@ -278,8 +274,6 @@ jobs:
# We don't need to install all yarn deps to build native
- name: Install cargo-cp-artifact
run: npm install -g [email protected]
- name: Compile TypeScript
run: yarn tsc
- name: Build native (fallback)
if: (matrix.python-version == 'fallback')
run: cd packages/cubejs-backend-native && npm run native:build-release
Expand Down

0 comments on commit 448e357

Please sign in to comment.