From 5dee822199798b63b49307c82f43bb10431b24c5 Mon Sep 17 00:00:00 2001 From: Shivam Meena Date: Sat, 23 Sep 2023 19:35:12 +0530 Subject: [PATCH] vercel build conf --- examples/ioredis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ioredis/package.json b/examples/ioredis/package.json index b4ff781..4ee4919 100644 --- a/examples/ioredis/package.json +++ b/examples/ioredis/package.json @@ -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",