From 5f2d33b801185852eb68ec378ba080b33f094f41 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 27 Jul 2023 23:59:56 +0100 Subject: [PATCH] add netlify custom build command Signed-off-by: Lorenzo Lewis --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..27e1d1579 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[build] +command = "pnpm setup && pnpm build" \ No newline at end of file