From 0b6fd3ce2a04ad7bfda710db1799e471310e26ac Mon Sep 17 00:00:00 2001 From: Araozu Date: Sat, 15 Oct 2022 00:15:26 -0500 Subject: [PATCH] Netlify pnpm --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..b61096a --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[build.environment] +NPM_FLAGS="--version" +[build] +command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build" +