From da18bb735c6b73be2244ba863646342ac1cadee0 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 4 Aug 2017 15:41:35 -0700 Subject: [PATCH] fix command --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 5101c1a1e10..e92a6153002 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,4 @@ command = "make build-preview" [context.vnext-staging] - command = "cp netlify_noindex_headers.txt _headers && make build" + command = "make build && cp netlify_noindex_headers.txt _site/_headers"