From a273f67066c7c19b01ff4348eb9d7e857615cca6 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 19 Jan 2022 19:24:40 +0100 Subject: chore: switch to pnpm (#153) --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index 5adab771..5bc3b32d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build.environment] NODE_VERSION = "16" + NPM_FLAGS = "--version" # prevent Netlify npm install [build] publish = "docs/.vitepress/dist" - command = "npm run build && npm run browser && npm run docs:build" + command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build:ci" -- cgit v1.2.3