Skip to content

Commit 15adc2e

Browse files
committed
Add a handy precommit script to browser-extension.
1 parent 8bdf3b8 commit 15adc2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"build": "wxt build",
4242
"build:dev": "wxt build --mode development",
4343
"build:firefox": "wxt build -b firefox",
44+
"precommit": "npm run biome:fix && npm run typecheck && npm run test",
4445
"typecheck": "tsc --noEmit",
4546
"dev": "wxt",
4647
"dev:firefox": "wxt -b firefox",

0 commit comments

Comments
 (0)