Skip to content

Commit 161ff89

Browse files
committed
Refactor package.json scripts for improved formatting and build commands
1 parent 3bfed5b commit 161ff89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"scripts": {
1212
"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",
13+
"format:check": "biome check .",
14+
"format:write": "biome check --write .",
15+
"build": "bun windbase build",
1616
"validate": "bun run src/cli/commands/validate.ts",
1717
"test": "bun test"
1818
},

0 commit comments

Comments
 (0)