Skip to content

Commit

Permalink
fix: fix decap turbo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Mar 7, 2024
1 parent cbc2b21 commit 4e84bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/decap/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"prep:vite": {
"dependsOn": ["^prep"],
"inputs": ["src/**", "vite.config.js"],
"outputs": ["build/**"]
"outputs": ["dist/**"]
},
"prep:scripts": {
"dependsOn": ["^prep"],
"inputs": ["src/**", "tsup.config.js"],
"outputs": ["dist/**"]
"outputs": ["build/**"]
},
"prep": {
"dependsOn": ["prep:vite", "prep:scripts"]
Expand Down

0 comments on commit 4e84bb0

Please sign in to comment.