Skip to content

Commit

Permalink
Merge pull request #468 from nyaggah/feat/examples
Browse files Browse the repository at this point in the history
fix(turbo): tasks key not valid for current version of turbo
  • Loading branch information
JoeyDoey authored Jun 27, 2024
2 parents a62a193 + 9c02119 commit 5dc95df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"npm_package_name",
"npm_package_version"
],
"tasks": {
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
Expand Down

0 comments on commit 5dc95df

Please sign in to comment.