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"
|
|
}
|