Skip to content

Commit

Permalink
chore: replace pipeline for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 30, 2024
1 parent 6834737 commit ca58fbe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".cache", ".next/**", "!.next/cache/**", "build/**", "public/build/**", "dist/**"]
"outputs": [
".cache",
".next/**",
"!.next/cache/**",
"build/**",
"public/build/**",
"dist/**"
]
},
"lint": {
"dependsOn": ["^lint"]
Expand Down

0 comments on commit ca58fbe

Please sign in to comment.