Skip to content

Commit

Permalink
add vercel setting for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraikun committed Mar 10, 2024
1 parent 266d651 commit dd90c6b
Show file tree
Hide file tree
Showing 2 changed files with 1,082 additions and 45 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"build-storybook": "storybook build",
"codegen": "graphql-codegen --require dotenv/config --config graphql-codegen/codegen.ts",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"vercel": "vercel",
"deploy": "vercel --prod"
},
"dependencies": {
"@apollo/client": "^3.8.7",
Expand Down Expand Up @@ -83,6 +85,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5",
"vercel": "^33.5.5",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit dd90c6b

Please sign in to comment.