|
@@ -1,6 +1,10 @@
|
|
|
{
|
|
{
|
|
|
|
|
+ "$schema": "https://openapi.vercel.sh/vercel.json",
|
|
|
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
|
|
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
|
|
|
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
|
|
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
|
|
|
"framework": null,
|
|
"framework": null,
|
|
|
- "outputDirectory": "storybook-static"
|
|
|
|
|
|
|
+ "outputDirectory": "storybook-static",
|
|
|
|
|
+ "env": {
|
|
|
|
|
+ "ENABLE_EXPERIMENTAL_COREPACK": "1"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|