Skip to content

Commit

Permalink
Fix tasks.json for Prettier (vercel#3305)
Browse files Browse the repository at this point in the history
This is failing CI for all new PRs.
  • Loading branch information
alexkirsz authored Jan 13, 2023
1 parent 8c6f07a commit e6b27e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
{
"type": "shell",
"label": "prepare e2e",
"dependsOn": [
"make turbo",
"make install"
]
"dependsOn": ["make turbo", "make install"]
},
{
"type": "shell",
Expand All @@ -39,4 +36,4 @@
"command": "cargo build -p turbo"
}
]
}
}

0 comments on commit e6b27e8

Please sign in to comment.