aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivyansh Singh <[email protected]>2022-11-04 03:53:06 +0530
committerGitHub <[email protected]>2022-11-03 23:23:06 +0100
commit05e98448fc033dee9aff57cb12134bf71a8b52d5 (patch)
treeaf0d97fc9dba6ae82ce857f2341e55f0f304d43d
parent838f8369196baabb28529470c27125756e6f671e (diff)
downloadfaker-05e98448fc033dee9aff57cb12134bf71a8b52d5.tar.xz
faker-05e98448fc033dee9aff57cb12134bf71a8b52d5.zip
infra: use pnpm native in netlify configuration (#1509)
-rw-r--r--netlify.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 3d5ea078..02730842 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,11 +1,10 @@
[build.environment]
NODE_VERSION = "18"
- NPM_FLAGS = "--version" # prevent Netlify npm install
# Documentation
[build]
publish = "docs/.vitepress/dist"
- command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build:ci"
+ command = "pnpm docs:build:ci"
# Redirect to Discord server
[[redirects]]