Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Sep 12, 2024
1 parent ba23b24 commit 33fb443
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Typecheck files
run: yarn tsc

- name: Build package
run: yarn build

- name: Codegen
working-directory: packages/webgpu
run: yarn codegen
Expand All @@ -55,8 +52,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build package
working-directory: packages/webgpu
run: yarn prepare
run: yarn build

build-android:
runs-on: macos-latest-large
Expand Down

0 comments on commit 33fb443

Please sign in to comment.