Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Jun 28, 2024
1 parent 7cd0589 commit bb5ef20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
".": "./dist/index.js"
},
"scripts": {
"lint+build+docs+test": "bun run lint && bun run build && bun run docs && bun test",
"lint+build+docs+test": "bun run lint && bun run build && bun run docs && bun run test",
"lint": "eslint src",
"lint:fix": "bun run lint -- --fix",
"prettier": "bunx prettier src tools benchmarks --check",
"prettier:fix": "bunx prettier -- --write",
"format": "bunx prettier:fix && bun run lint:fix",
"build": "tsc -p ./",
"test": "bun test",
"test:watch": "bun test --watch",
"types:bundle": "bun run types:build && node scripts/types.mjs",
"prepublishOnly": "bun run lint+build+docs+test",
Expand Down

0 comments on commit bb5ef20

Please sign in to comment.