Skip to content

Commit

Permalink
ci: Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 17, 2025
1 parent aadf197 commit 0d919d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
"bench": "node benchmark/tx.js",
"lint": "prettier --check src",
"format": "prettier --write src",
"test": "node test/index.js"
"test": "node test/index.js",
"test:bun": "bun test/index.js",
"deno": "deno --allow-env --allow-read test/index.js"
}
}

0 comments on commit 0d919d4

Please sign in to comment.