Skip to content

Commit

Permalink
vercel build conf
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Sep 23, 2023
1 parent a87dca5 commit 5dee822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build:pac": "cd .. && pnpm install && pnpm build && cd examples && pnpm build",
"build:pac": "cd ../.. && pnpm install && pnpm build && cd examples/ioredis && pnpm build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

1 comment on commit 5dee822

@vercel
Copy link

@vercel vercel bot commented on 5dee822 Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.