Skip to content

Commit

Permalink
Add Vercel deployment for Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetan-ganev committed Nov 20, 2024
1 parent 41ec767 commit 945fc55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "nx",
"start": "nx storybook otp-input",
"build": "nx build otp-input",
"build:storybook": "nx build-storybook otp-input",
"watch": "nx build otp-input --watch --configuration development",
"lint": "nx lint otp-input",
"test": "nx test otp-input --watch --code-coverage",
Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm build:storybook",
"installCommand": "pnpm install",
"framework": null,
"outputDirectory": "./dist/storybook/otp-input"
}

0 comments on commit 945fc55

Please sign in to comment.