Skip to content

Commit

Permalink
chore: update netlify build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Oct 30, 2024
1 parent b8cb6c8 commit 665b3ed
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,10 +1,9 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "22"

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

[[redirects]]
from = "/*"
Expand Down

0 comments on commit 665b3ed

Please sign in to comment.