Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 23, 2024
1 parent f7ca0cd commit 9f9914e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: TS Type check
run: pnpm exec tsc --noEmit
- name: TS Lint check
run: pnpm exec eslint .

# Build Rust
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -80,6 +75,10 @@ jobs:
- name: Build example game WASM
run: pnpm run build:game

- name: TS Type check
run: pnpm exec tsc --noEmit
- name: TS Lint check
run: pnpm exec eslint .
- name: Run tests
run: pnpm run test
# Build TS
Expand Down

0 comments on commit 9f9914e

Please sign in to comment.