added format command and added trailing commas to reduce conflicts

This commit is contained in:
dswbx
2025-02-26 20:06:03 +01:00
parent 88b5359f1c
commit 7743f71a11
414 changed files with 3622 additions and 3610 deletions

View File

@@ -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": {