Skip to content

Commit

Permalink
Merge pull request #25 from bywhitebird/hotfix/fix-turbo-pipeline
Browse files Browse the repository at this point in the history
chore: fix turbo pipeline
  • Loading branch information
arthur-fontaine authored May 14, 2023
2 parents 787c780 + 46979cb commit d602031
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outputs": ["dist/**"]
},
"lint": {
"outputs": []
"outputs": [],
"dependsOn": ["build"]
},
"lint:fix": {
"outputs": []
Expand All @@ -15,7 +16,8 @@
"cache": false
},
"test": {
"outputs": []
"outputs": [],
"dependsOn": ["lint", "build"]
}
}
}

1 comment on commit d602031

@vercel
Copy link

@vercel vercel bot commented on d602031 May 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.