Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
andykswong committed Mar 16, 2024
1 parent 288259d commit a385056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: rustup target add wasm32-unknown-unknown
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm test
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit a385056

Please sign in to comment.