Skip to content

Commit

Permalink
update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 20, 2024
1 parent dc437d8 commit 6949446
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build.environment]
NODE_VERSION = "16"
NPM_FLAGS = "--version" # prevent Netlify npm install
NODE_VERSION = "20"

[build]
publish = "demo/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run demo-build"
command = "pnpm demo-build"

0 comments on commit 6949446

Please sign in to comment.