Skip to content

Commit 7a1648b

Browse files
committed
chore: revert prettier change
1 parent d991b35 commit 7a1648b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build:all": "nx run-many --targets=build --exclude=examples/**",
3232
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
3333
"dev": "pnpm run watch",
34-
"prettier": "prettier --ignore-unknown **/*",
34+
"prettier": "prettier --ignore-unknown '**/*'",
3535
"prettier:write": "pnpm run prettier --write",
3636
"generate-docs": "node scripts/generate-docs.ts && pnpm run copy:readme",
3737
"copy:readme": "cp README.md packages/typescript/ai/README.md && cp README.md packages/typescript/ai-devtools/README.md && cp README.md packages/typescript/ai-client/README.md && cp README.md packages/typescript/ai-gemini/README.md && cp README.md packages/typescript/ai-ollama/README.md && cp README.md packages/typescript/ai-openai/README.md && cp README.md packages/typescript/ai-react/README.md && cp README.md packages/typescript/ai-react-ui/README.md && cp README.md packages/typescript/react-ai-devtools/README.md && cp README.md packages/typescript/solid-ai-devtools/README.md",

0 commit comments

Comments
 (0)