diff --git a/README.md b/README.md index cf1ef4e..528751b 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,8 @@ First, install Bun if you don't have it yet: [https://bun.com/docs/installation] bun install # run the CLI from TypeScript sources (pick up changes immediately) -bun run dev:ui -bun run dev:ui -- -p "Hello world" # example with args +bun run dev +bun run dev -- -p "Hello world" # example with args ``` ### Build + link the standalone binary diff --git a/package.json b/package.json index a936c57..2e4ec66 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "postinstall": "bun scripts/postinstall-patches.js || true" }, "lint-staged": { - "*.{ts,tsx,js,jsx,json,md}": [ + "*.{ts,tsx,js,jsx,json}": [ "bunx --bun @biomejs/biome@2.2.5 check --write" ] }