Skip to content

Commit cf15192

Browse files
committed
test & pnpm
1 parent 46affd2 commit cf15192

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/lazy-windows-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore(cli): speedup internal tests v2

packages/addons/_tests/_setup/suite.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ async function prepareServer(
139139
{
140140
cwd,
141141
page,
142-
previewCommand = 'npm run preview',
143-
buildCommand = 'npm run build',
144-
installCommand
142+
installCommand,
143+
buildCommand = 'pnpm build',
144+
previewCommand = 'pnpm preview'
145145
}: PrepareServerOptions,
146146
afterInstall?: () => Promise<any> | any
147147
) {

0 commit comments

Comments
 (0)