From a54f24af61d1433f0d2f37e8d51556d5f2444c00 Mon Sep 17 00:00:00 2001 From: Shakker Nerd Date: Mon, 6 Jan 2025 07:00:52 +0000 Subject: [PATCH] chore: add frozen flag --- scripts/smokeTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smokeTests.sh b/scripts/smokeTests.sh index 3276186257..388e7fb439 100755 --- a/scripts/smokeTests.sh +++ b/scripts/smokeTests.sh @@ -38,7 +38,7 @@ cp .env.example .env pnpm clean -pnpm install -r +pnpm install -r --no-frozen-lockfile pnpm build