Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed Feb 13, 2024
1 parent dd8f06b commit ea8a757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn turbo run build && yarn workspace @spear-ai/ui run storybook:build",
"buildCommand": "yarn turbo run storybook:build",
"devCommand": "yarn turbo run build && yarn turbo run dev",
"installCommand": "yarn install",
"outputDirectory": "packages/ui/storybook-static"
"outputDirectory": "storybook-static"
}
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"cache": false,
"dependsOn": ["^build"]
},
"storybook:build": {
"dependsOn": ["^build"],
"dotEnv": [".env", ".env.local", ".env.production", ".env.production.local"],
"outputs": ["storybook-static/**"]
},
"typescript:check": {
"dependsOn": ["^build"],
"inputs": ["**/*.cjs", "**/*.js", "**/*.json", "**/*.mjs", "**/*.ts", "**/*.tsx", "tsconfig.json"]
Expand Down

0 comments on commit ea8a757

Please sign in to comment.