Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 17, 2025
1 parent 7921a67 commit babdea4
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 @@ -32,7 +32,9 @@
"build:release": "cd build; npm run build:release",
"lint": "prettier --check src",
"format": "prettier --write src",
"test": "node test/index.js"
"test": "node test/index.js",
"test:bun": "bun test/index.js",
"test:deno": "deno test/index.js"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit babdea4

Please sign in to comment.