From 9c5da96eb48353a76d59bb83fea06cf0482793fb Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 28 Feb 2023 11:47:49 -0800 Subject: [PATCH] Moves netlify --- docs/netlify.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 docs/netlify.toml diff --git a/docs/netlify.toml b/docs/netlify.toml deleted file mode 100755 index ad1b0c6e..00000000 --- a/docs/netlify.toml +++ /dev/null @@ -1,9 +0,0 @@ -[build.environment] - NPM_FLAGS = "--version" - NODE_VERSION = "16" - -[build] - publish = "dist" - command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build" - -