diff --git a/bridgetown-core/lib/bridgetown-core/configurations/netlify/netlify.toml b/bridgetown-core/lib/bridgetown-core/configurations/netlify/netlify.toml index eeaa6e8ad..04e9e062c 100644 --- a/bridgetown-core/lib/bridgetown-core/configurations/netlify/netlify.toml +++ b/bridgetown-core/lib/bridgetown-core/configurations/netlify/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "yarn deploy && ./bin/netlify.sh" + command = "bin/bridgetown deploy && bin/netlify.sh" publish = "output" [build.environment] @@ -41,4 +41,4 @@ [[headers]] for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico|woff2)" [headers.values] - Cache-Control = "public, max-age=31536000, s-max-age=31536000" \ No newline at end of file + Cache-Control = "public, max-age=31536000, s-max-age=31536000"