From 60de2f0f1d0183f424360c881bb546d41e7e909f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:52:54 +0530 Subject: [PATCH] chore: skip playwright install on netlify --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index c90c283b..ac16ca29 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build.environment] NODE_VERSION = "20" + PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1" [build] publish = "docs/.vitepress/dist"