diff --git a/netlify.toml b/netlify.toml index 7d4efa4f..533247ac 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,6 @@ [build.environment] NODE_VERSION = "16" - NPM_FLAGS = "--version" # prevent Netlify npm install [build] publish = "docs/.vitepress/dist" - command = "npx pnpm i --store=node_modules/.pnpm-store && npm run ci-docs" + command = "pnpm ci-docs"