Skip to content

Commit d41bb37

Browse files
committed
finally
1 parent 8ae00cb commit d41bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "vite dev --host",
77
"build": "vite build",
8-
"build:pac": "cd ../.. && pnpm install && pnpm build && cd examples/ioredis && pnpm build",
8+
"build:pac": "cd ../.. && pnpm install && pnpm build && cd examples/node && pnpm build",
99
"preview": "vite preview",
1010
"test": "playwright test",
1111
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

0 commit comments

Comments
 (0)