Skip to content

Commit

Permalink
testing: vercel serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Sep 8, 2024
1 parent 843a300 commit 9cd300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"examples:prd:24_nesting": "NAME=24_nesting pnpm run examples:prd",
"website:dev": "(cd packages/website && pnpm run dev)",
"website:build": "cd packages/website && pnpm run build",
"website:vercel": "pnpm run compile && pnpm run website:build --with-vercel-static && mv packages/website/.vercel/output .vercel/",
"website:vercel": "pnpm run compile && pnpm run website:build && mv packages/website/.vercel/output .vercel/",
"website:prd": "pnpm run website:build && (cd packages/website && pnpm start)"
},
"prettier": {
Expand Down

0 comments on commit 9cd300d

Please sign in to comment.