aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/fs/testdata/both
diff options
context:
space:
mode:
Diffstat (limited to 'cli/internal/fs/testdata/both')
-rw-r--r--cli/internal/fs/testdata/both/package.json7
-rw-r--r--cli/internal/fs/testdata/both/turbo.json18
2 files changed, 25 insertions, 0 deletions
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
+ }
+}