From a6494d08135ecc59e842a59dbdf97686b48ea8fd Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 28 Feb 2019 19:05:42 +0530 Subject: [PATCH] netlify.toml: fix build config --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 630d9c9..6518512 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 = "echo 'Command is running'" + command = "gulp dev-release" # Directory to change to before starting a build. # This is where we will look for package.json/.nvmrc/etc. @@ -16,7 +16,7 @@ ID = "webmaker" # Directory (relative to root of your repo) that contains the deploy-ready # HTML files and assets generated by the build. If a base directory has # been specified, include it in the publish directory path. - publish = "." + publish = "app" # The following redirect is intended for use with most SPAs that handle # routing internally.