We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcb607 commit ad4d97cCopy full SHA for ad4d97c
netlify.toml
@@ -1,13 +1,13 @@
1
[build]
2
publish = "public"
3
-command = "node_modules/.bin/gulp preview:build"
+command = "npx gulp preview:build"
4
5
[build.environment]
6
CI = "true"
7
-NODE_VERSION = "10"
+NODE_VERSION = "16"
8
9
[context.deploy-preview]
10
-command = "node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
+command = "npx gulp preview:build && npx gulp --series build bundle:pack"
11
12
[[headers]]
13
for = "/_/font/*"
0 commit comments