From 29fcb53facc7f9a5433fd2eace94d9ff735eee73 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 26 Oct 2023 13:34:38 -0700 Subject: [PATCH] chore: uses removes store --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7662df3e..64dbc894 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "docs/.vitepress/dist" -command = "pnpm docs:build" +command = "pnpm docs:build && rm -Rf /opt/build/.pnpm-store" [functions] directory = "docs/functions"