Skip to content

Commit

Permalink
chore: update vercel deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Aug 13, 2023
1 parent 858230a commit fd4a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:vercel": "cd ../vite-plugin-doc-parser && pnpm build && cd ../ui && pnpm build:icon && pnpm build && cd ../docs && pnpm build"
"build:vercel": "cd ../vite-plugin-doc-parser && pnpm build && cd ../ui && pnpm build && pnpm build:icon && cd ../docs && pnpm build"
},
"devDependencies": {
"@casual-ui/styles": "workspace:*",
Expand Down

0 comments on commit fd4a034

Please sign in to comment.