Skip to content

Commit

Permalink
chore: fix netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Oct 1, 2022
1 parent ff82606 commit 409a163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build.environment]
NODE_VERSION = "20"
NODE_VERSION = "16"
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = "./dist"
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run build:demo"
command = "npm i pnpm -g && pnpm install && pnpm run build:demo"

0 comments on commit 409a163

Please sign in to comment.