We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a8889 commit 479f5f9Copy full SHA for 479f5f9
package.json
@@ -20,7 +20,7 @@
20
},
21
"scripts": {
22
"prebuild": "npm run lint",
23
- "lint": "npx @biomejs/biome lint src",
+ "lint": "biome lint src",
24
"build": "npm run build:server && npm run build:ui",
25
"build:server": "tsc --project tsconfig.server.json",
26
"build:ui": "node --experimental-modules build.mjs",
0 commit comments