From b688ec9950f54d7b6c5bce15a3d10bf91f341e95 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Sun, 24 Sep 2023 14:58:20 +0100 Subject: [PATCH] feat: ci build --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index d99646a6..782a7781 100644 --- a/turbo.json +++ b/turbo.json @@ -26,6 +26,9 @@ "test:e2e": { "outputs": [] }, + "build:e2e": { + "outputs": [] + }, "start": { "outputs": [] },