Skip to content

Commit

Permalink
fix typo in pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 27, 2024
1 parent 5d871d7 commit b330928
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 @@ -11,7 +11,7 @@
"lint": {},
"test": {
"dependsOn": [
"^build, build"
"^build", "build"
]
},
"test:debug": {
Expand Down

1 comment on commit b330928

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on b330928 Feb 27, 2024

Choose a reason for hiding this comment

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

Deploy preview for caravan-coordinator ready!

✅ Preview
https://caravan-coordinator-cdp1ejt76-unchained.vercel.app

Built with commit b330928.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.