mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -10,11 +10,12 @@
|
||||
"build": "bun run clean:dist && bun run --cwd app build:all && bun build:packages",
|
||||
"build:packages": "bun run --filter './packages/{cli,plasmic}' build",
|
||||
"git:pre-commit": "bun run test",
|
||||
"lint": "bunx @biomejs/biome lint --changed .",
|
||||
"updater": "bun x npm-check-updates -ui",
|
||||
"clean:dist": "find packages -name 'dist' -type d -exec rm -rf {} +",
|
||||
"ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install",
|
||||
"npm:local": "verdaccio --config verdaccio.yml"
|
||||
"npm:local": "verdaccio --config verdaccio.yml",
|
||||
"format": "bunx biome format --write ./app",
|
||||
"lint": "bunx biome lint --changed ./app"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user