Skip to content

Commit c365b32

Browse files
committed
Revert "chore: revert prettier change"
This reverts commit 7a1648b.
1 parent 02ec3c8 commit c365b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)