From c7f58902250f1915e2ce5e1334afc76f04a70f1f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 28 Feb 2019 19:33:12 +0530 Subject: [PATCH] netlify.toml: test --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.