diff --git a/netlify.toml b/netlify.toml index a6ab511..439aa92 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ ID = "webmaker" # unless otherwise overridden by more specific contexts. [build] # Default build command. - command = "gulp dev-release && ls app/" + command = "gulp dev-release && ls app/preview/" # Directory to change to before starting a build. # This is where we will look for package.json/.nvmrc/etc.