Skip to content

Commit f761d47

Browse files
committed
fix: install packages with no frozen lockfile flag
1 parent 4dff318 commit f761d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/smokeTests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd "$PROJECT_DIR"
3636

3737
cp .env.example .env
3838

39-
pnpm install -r
39+
pnpm install -r --no-frozen-lockfile
4040

4141
pnpm build
4242

0 commit comments

Comments
 (0)