We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46affd2 commit cf15192Copy full SHA for cf15192
.changeset/lazy-windows-repeat.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+chore(cli): speedup internal tests v2
packages/addons/_tests/_setup/suite.ts
@@ -139,9 +139,9 @@ async function prepareServer(
139
{
140
cwd,
141
page,
142
- previewCommand = 'npm run preview',
143
- buildCommand = 'npm run build',
144
- installCommand
+ installCommand,
+ buildCommand = 'pnpm build',
+ previewCommand = 'pnpm preview'
145
}: PrepareServerOptions,
146
afterInstall?: () => Promise<any> | any
147
) {
0 commit comments