Skip to content

Commit

Permalink
Revert "fix website:vercel script 3"
Browse files Browse the repository at this point in the history
This reverts commit 6f9cf5f.
  • Loading branch information
dai-shi committed Dec 14, 2023
1 parent 6f9cf5f commit 4a6ee85
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 @@ -40,7 +40,7 @@
"examples:prd:12_css": "NAME=12_css pnpm run examples:prd",
"website:dev": "(cd packages/website && pnpm run dev)",
"website:build": "(cd packages/website && pnpm run build)",
"website:vercel": "pnpm run website:build && mv packages/website/.vercel/output .vercel/ && cp -r README.md packages/website/src/contents .vercel/output/functions/RSC.func/",
"website:vercel": "pnpm run website:build && cp -r README.md packages/website/src/contents packages/website/.vercel/output/functions/RSC.func/",
"website:prd": "pnpm run website:build && (cd packages/website && pnpm start)"
},
"prettier": {
Expand Down

0 comments on commit 4a6ee85

Please sign in to comment.