Skip to content

Commit fed7d31

Browse files
authored
chore: try fix ci (#25)
1 parent 345e28a commit fed7d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export async function buildVite({
153153
}) {
154154
const $$ = $({ stdio: 'inherit', cwd: viteProjectPath })
155155
await $$`node -v`
156-
await $$`pnpm i`
156+
await $$`pnpm i --no-frozen-lockfile`
157157

158158
console.log(colors.cyan(`Start run 'pnpm build' for Vite`))
159159
await $$`pnpm --filter vite build`

0 commit comments

Comments
 (0)