diff options
| author | Divyansh Singh <[email protected]> | 2022-11-04 03:53:06 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-03 23:23:06 +0100 |
| commit | 05e98448fc033dee9aff57cb12134bf71a8b52d5 (patch) | |
| tree | af0d97fc9dba6ae82ce857f2341e55f0f304d43d | |
| parent | 838f8369196baabb28529470c27125756e6f671e (diff) | |
| download | faker-05e98448fc033dee9aff57cb12134bf71a8b52d5.tar.xz faker-05e98448fc033dee9aff57cb12134bf71a8b52d5.zip | |
infra: use pnpm native in netlify configuration (#1509)
| -rw-r--r-- | netlify.toml | 3 |
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]] |
