Skip to content

Commit

Permalink
infra: use pnpm native in netlify configuration (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Nov 3, 2022
1 parent 838f836 commit 05e9844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down

0 comments on commit 05e9844

Please sign in to comment.