Skip to content

Commit

Permalink
fix trubo.json for clear command (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Jul 20, 2023
1 parent cb2bb5a commit 1cba5d4
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 @@ -4,7 +4,7 @@
"pipeline": {
"clear": {
"dependsOn": ["^clear"],
"outputs": ["lib/**"]
"outputs": ["lib/**", "**/*.tsbuildinfo"]
},
"build": {
"dependsOn": ["^clear", "^build"],
Expand Down

1 comment on commit 1cba5d4

@vercel
Copy link

@vercel vercel bot commented on 1cba5d4 Jul 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

svg-drawing – ./

svg-drawing.vercel.app
svg-drawing-git-master-kmkzt.vercel.app
svg-drawing-kmkzt.vercel.app

Please sign in to comment.