Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Oct 9, 2024
1 parent 31ca54c commit 2fe5e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,5 +432,6 @@ jobs:
cd bound/typescript
npm install
npm run clean
npm run build:wasm
npm run test:node
npm run build
npm run test:node:cjs
npm run test:node:esm
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ test-typescript: setup
cd bound/typescript
npm install
npm run clean
npm run build:wasm
npm run build
npm run test

0 comments on commit 2fe5e1b

Please sign in to comment.