Skip to content

Commit

Permalink
fix: use NPX for Netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto authored Jan 26, 2025
1 parent 2f8849e commit b37768e
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
@@ -1,6 +1,6 @@
[build]
publish = "dist"
command = "gulp"
command = "npx gulp"

[context.production]
environment = { NODE_ENV = "production" }
Expand Down

0 comments on commit b37768e

Please sign in to comment.