Skip to content

Commit 8a07032

Browse files
committed
ci: react storybook deployment
1 parent 9977d76 commit 8a07032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"public": true,
3-
"installCommand": "pnpm i -F \"./libs/ui/**\" -F \"ledger-live\"",
3+
"installCommand": "pnpm i -F \"../../\" -F \"ledger-live\"",
44
"buildCommand": "pnpm turbo run build:storybook",
55
"outputDirectory": "storybook-static"
66
}

libs/ui/packages/react/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"public": true,
3-
"installCommand": "pnpm i -F \"./libs/ui/**\" -F \"ledger-live\"",
3+
"installCommand": "pnpm i -F \"../../\" -F \"ledger-live\"",
44
"buildCommand": "pnpm turbo run build:storybook",
55
"outputDirectory": "storybook-static"
66
}

0 commit comments

Comments
 (0)