Skip to content

Commit

Permalink
Update netlify build command
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jul 10, 2024
1 parent 18e2700 commit 5bb765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Cache-Control = "public, max-age=604800, immutable"

[build]
command = "NODE_OPTIONS=--max_old_space_size=4096 npm netlify:build"
command = "NODE_OPTIONS=--max_old_space_size=4096 npm run build"
ignore = "git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- /"

[[redirects]]
Expand Down

0 comments on commit 5bb765a

Please sign in to comment.