From e34ff2e3ffc9bac74eb58aa669dde46917bf4933 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Fri, 5 Oct 2018 10:51:18 +0100 Subject: [PATCH] fix(netlify): Reduce build time now we are publishing required packages --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6aef6e4df6..2fd3b2334b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,11 +2,11 @@ [build] # This is the directory to change to before starting a build. - base = "/" + base = "/client" # NOTE: This is where we will look for package.json/.nvmrc/etc, not root. # This is the directory that you are publishing from (relative to root of your repo) publish = "client/public/" # This will be your default build command - command = "npm run bootstrap && cd ./client && npm run build" + command = "npm run build" # This is where we will look for your lambda functions #functions = "project/functions/" \ No newline at end of file