From ba3250e6bae100a861081b8cf099b5e2d48b0e28 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 22 Oct 2022 09:33:37 +0200 Subject: [PATCH] fix(sanity): Keep target out of build script --- sites/sanity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/sanity/package.json b/sites/sanity/package.json index 153d8859dcc..6893c0f4fb6 100644 --- a/sites/sanity/package.json +++ b/sites/sanity/package.json @@ -9,7 +9,7 @@ "scripts": { "start": "sanity start", "test": "sanity check", - "build": "sanity build public -y" + "build": "sanity build -y" }, "keywords": [ "sanity"