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 345e28a commit fed7d31Copy full SHA for fed7d31
runner/src/utils.ts
@@ -153,7 +153,7 @@ export async function buildVite({
153
}) {
154
const $$ = $({ stdio: 'inherit', cwd: viteProjectPath })
155
await $$`node -v`
156
- await $$`pnpm i`
+ await $$`pnpm i --no-frozen-lockfile`
157
158
console.log(colors.cyan(`Start run 'pnpm build' for Vite`))
159
await $$`pnpm --filter vite build`
0 commit comments