We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfed5b commit 161ff89Copy full SHA for 161ff89
1 file changed
package.json
@@ -10,9 +10,9 @@
10
},
11
"scripts": {
12
"windbase": "bun run src/cli/bin/windbase.ts",
13
- "format": "biome check --write .",
14
- "build": "bun run build:schemas",
15
- "build:schemas": "bun run src/cli/commands/build.ts",
+ "format:check": "biome check .",
+ "format:write": "biome check --write .",
+ "build": "bun windbase build",
16
"validate": "bun run src/cli/commands/validate.ts",
17
"test": "bun test"
18
0 commit comments