Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 24, 2024
1 parent 9597514 commit 016dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:types": "tsc --noEmit",
"test:bun": "bun test ./tests/bun-sqlite.test.bun",
"test:d1": "vitest --root ./tests/cloudflare/",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun && test:d1",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun && pnpm test:d1",
"lint": "biome lint",
"format": "biome format --write",
"release": "npm run test:types && npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags"
Expand Down

0 comments on commit 016dc0c

Please sign in to comment.