From 85f9115a124ec55c3506ea77f16c1411139cc488 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Fri, 20 Jan 2023 15:31:50 +0900 Subject: [PATCH] chore: --frozen-lockfile --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 40fa4619bf2a14..ace024696a83c5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,7 @@ [build.environment] NODE_VERSION = "16" PNPM_VERSION = "7.25.0" + PNPM_FLAGS = "--frozen-lockfile" # don't need playwright for docs build PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1" [build]