Skip to content

Commit 479f5f9

Browse files
committed
no need for npx
1 parent 04a8889 commit 479f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"prebuild": "npm run lint",
23-
"lint": "npx @biomejs/biome lint src",
23+
"lint": "biome lint src",
2424
"build": "npm run build:server && npm run build:ui",
2525
"build:server": "tsc --project tsconfig.server.json",
2626
"build:ui": "node --experimental-modules build.mjs",

0 commit comments

Comments
 (0)