Skip to content

Commit 2df8d65

Browse files
committed
docs: replace yarn recommendation
1 parent 681ab5b commit 2df8d65

File tree

1 file changed

+3
-3
lines changed
  • packages/playground/default-svelte-template

1 file changed

+3
-3
lines changed

packages/playground/default-svelte-template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Created with `npx degit sveltejs/template`
44

55
adapted to vite by moving index.html to root and replacing rollup config with vite
66

7-
use yarn
7+
use pnpm
88

9-
`yarn dev` starts dev server
10-
`yarn build` builds for production
9+
`pnpm dev` starts dev server
10+
`pnpm build` builds for production

0 commit comments

Comments
 (0)