You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@
21
21
"start": "turbo start",
22
22
"lint": "biome check",
23
23
"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",
0 commit comments