all repos — stealth-developers @ fa9b1e5ac931cfda1d8424af3a69c93076faa90a

fix: fix biome scripts
willow hai@wlo.moe
Wed, 28 May 2025 17:59:32 +0100
commit

fa9b1e5ac931cfda1d8424af3a69c93076faa90a

parent

39b2c861fc0d93f7b3a25e435a4a81241a754800

2 files changed, 3 insertions(+), 4 deletions(-)

jump to
M package.jsonpackage.json

@@ -11,9 +11,9 @@ },

"scripts": { "start": "bun run src/index.ts", "dev": "bun run src/index.ts --watch", - "fmt": "bunx biome format --write src/**/*", - "lint": "bunx biome lint src/**/*", - "check": "bunx biome check src/**/*" + "fmt": "bunx biome format --write src/", + "lint": "bunx biome lint src/", + "check": "bunx biome check src/" }, "devDependencies": { "@biomejs/biome": "^1.9.4",
M src/config.tssrc/config.ts

@@ -1,5 +1,4 @@

import fs from "node:fs"; - import { z } from "zod"; const discordSchema = z.object({