From fc8c5fdce62fb229202659408798a7b6c98f6e8b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:55 +0800 Subject: --- cli/internal/fs/testdata/both/package.json | 7 ------- cli/internal/fs/testdata/both/turbo.json | 18 ------------------ 2 files changed, 25 deletions(-) delete mode 100644 cli/internal/fs/testdata/both/package.json delete mode 100644 cli/internal/fs/testdata/both/turbo.json (limited to 'cli/internal/fs/testdata/both') diff --git a/cli/internal/fs/testdata/both/package.json b/cli/internal/fs/testdata/both/package.json deleted file mode 100644 index 03534b7..0000000 --- a/cli/internal/fs/testdata/both/package.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "turbo": { - "pipeline": { - "build": {} - } - } -} diff --git a/cli/internal/fs/testdata/both/turbo.json b/cli/internal/fs/testdata/both/turbo.json deleted file mode 100644 index 721e897..0000000 --- a/cli/internal/fs/testdata/both/turbo.json +++ /dev/null @@ -1,18 +0,0 @@ -// mocked test comment -{ - "pipeline": { - "build": { - // mocked test comment - "dependsOn": [ - // mocked test comment - "^build" - ], - "outputs": ["dist/**", ".next/**", "!dist/assets/**"], - "outputMode": "new-only" - } // mocked test comment - }, - "remoteCache": { - "teamId": "team_id", - "signature": true - } -} -- cgit v1.2.3-70-g09d2