Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed May 3, 2024
1 parent 2c0d6e9 commit 75b6351
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 @@ -40,7 +40,8 @@
},
"scripts": {
"build": "tsup",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest watch",
"lint": "biome check .",
"release": "bun run build && npm publish --access public",
"lint:fix": "biome check . --apply",
Expand Down

0 comments on commit 75b6351

Please sign in to comment.