mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fd34bbfbf6
Run prettier on ~1,865 files across examples/ to match the monorepo's formatting standards. These files were imported as-is from standalone repos that used different prettier configs.
6 lines
240 B
JSON
6 lines
240 B
JSON
{
|
|
"buildCommand": "cd ../../../../ && npx nx run @copilotkit-storybook/react:storybook:build",
|
|
"installCommand": "cd ../../../../ && npm i -g pnpm@10.13.1 && pnpm install --no-frozen-lockfile",
|
|
"outputDirectory": "storybook-static"
|
|
}
|