From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- cli/internal/fs/testdata/both/package.json | 7 +++++++ cli/internal/fs/testdata/both/turbo.json | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 cli/internal/fs/testdata/both/package.json create 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 new file mode 100644 index 0000000..03534b7 --- /dev/null +++ b/cli/internal/fs/testdata/both/package.json @@ -0,0 +1,7 @@ +{ + "turbo": { + "pipeline": { + "build": {} + } + } +} diff --git a/cli/internal/fs/testdata/both/turbo.json b/cli/internal/fs/testdata/both/turbo.json new file mode 100644 index 0000000..721e897 --- /dev/null +++ b/cli/internal/fs/testdata/both/turbo.json @@ -0,0 +1,18 @@ +// 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