aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/fs/testdata/correct
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
commitfc8c5fdce62fb229202659408798a7b6c98f6e8b (patch)
tree7554f80e50de4af6fd255afa7c21bcdd58a7af34 /cli/internal/fs/testdata/correct
parentdd84b9d64fb98746a230cd24233ff50a562c39c9 (diff)
downloadHydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.tar.gz
HydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.zip
Diffstat (limited to 'cli/internal/fs/testdata/correct')
-rw-r--r--cli/internal/fs/testdata/correct/turbo.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/cli/internal/fs/testdata/correct/turbo.json b/cli/internal/fs/testdata/correct/turbo.json
deleted file mode 100644
index e22cde2..0000000
--- a/cli/internal/fs/testdata/correct/turbo.json
+++ /dev/null
@@ -1,49 +0,0 @@
-// mocked test comment
-{
- "pipeline": {
- "build": {
- "experimentalPassthroughEnv": ["GITHUB_TOKEN"],
- // mocked test comment
- "dependsOn": [
- // mocked test comment
- "^build"
- ],
- "outputs": ["dist/**", "!dist/assets/**", ".next/**"],
- "outputMode": "new-only"
- }, // mocked test comment
- "lint": {
- "outputs": [],
- "dependsOn": ["$MY_VAR"],
- "cache": true,
- "outputMode": "new-only"
- },
- "dev": {
- "cache": false,
- "outputMode": "full"
- },
- /* mocked test comment */
- "publish": {
- "outputs": ["dist/**"],
- "inputs": [
- /*
- mocked test comment
- */
- "build/**/*"
- ],
- "dependsOn": [
- /* mocked test comment */ "^publish",
- "^build",
- "build",
- "admin#lint"
- ],
- "cache": false
- }
- },
- "globalDependencies": ["some-file", "../another-dir/**", "$GLOBAL_ENV_VAR"],
- "globlaEnv": ["SOME_VAR", "ANOTHER_VAR"],
- "experimentalGlobalPassThroughEnv": ["AWS_SECRET_KEY"],
- "remoteCache": {
- "teamId": "team_id",
- "signature": true
- }
-}