chore: import upstream snapshot with attribution
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://v2-10-0.turborepo.dev/schema.json",
|
||||
"globalPassThroughEnv": ["MONGOHQ_URL"],
|
||||
"tasks": {
|
||||
"build": { "dependsOn": ["setup"], "outputs": ["dist/**"] },
|
||||
"develop": { "dependsOn": ["setup"], "cache": false, "persistent": true },
|
||||
"lint": { "dependsOn": ["setup"] },
|
||||
"setup": { "dependsOn": ["^build"] },
|
||||
"test": { "dependsOn": ["setup"] },
|
||||
"test-content": { "dependsOn": ["setup"] },
|
||||
"type-check": { "dependsOn": ["setup"] },
|
||||
"//#lint-root": {
|
||||
"dependsOn": ["@freecodecamp/shared#build"]
|
||||
}
|
||||
},
|
||||
"remoteCache": { "signature": true }
|
||||
}
|
||||
Reference in New Issue
Block a user