We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4467f3 commit 2681c86Copy full SHA for 2681c86
turbo.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"globalDependencies": ["**/.env.*local"],
4
- "pipeline": {
+ "tasks": {
5
"build": {
6
"dependsOn": ["^build"],
7
"outputs": [".next/**", "!.next/cache/**"]
0 commit comments