diff --git a/netlify.toml b/netlify.toml index db830c2d9..e99156b10 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] base = "site/" publish = "site/build/" -command = "npm run sync; npm run build" +command = "npm run deploy"