Skip to content

Commit e47bec2

Browse files
committed
feat: Add format script and update verify script to include formatting and remove build:docs.
1 parent 97b8d8e commit e47bec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"start": "turbo start",
2222
"lint": "biome check",
2323
"lint-monorepo": "bunx sherif@latest",
24-
"verify": "bun run build && bun run test && bun run test:coverage && bun run lint && bun run lint-monorepo && bun run build:docs && bun vitest run scripts/typedoc-plugin-evolu.test.mts",
24+
"format": "biome format --write .",
25+
"verify": "bun run format && bun run build && bun run test && bun run test:coverage && bun run lint && bun run lint-monorepo && bun vitest run scripts/typedoc-plugin-evolu.test.mts",
2526
"clean": "turbo clean && rm -rf node_modules bun.lock .turbo out",
2627
"version": "changeset version",
2728
"release": "bun run build && changeset publish",

0 commit comments

Comments
 (0)