Skip to content

Commit

Permalink
fix: bad nuxt release (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Apr 24, 2024
1 parent cf3bf51 commit 2133e57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-foxes-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@uploadthing/nuxt": patch
---

fix bad release artifacts
9 changes: 6 additions & 3 deletions packages/nuxt/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
".nuxt/**",
"playground/dist/**",
"playground/.nuxt/**"
]
],
"cache": false
},
"dev": {
"dependsOn": ["dev:prepare"],
Expand All @@ -18,11 +19,13 @@
},
"build": {
"dependsOn": ["^build", "dev:prepare"],
"outputs": ["dist/**", ".nuxt/**"]
"outputs": ["dist/**", ".nuxt/**"],
"cache": false
},
"lint": {
"dependsOn": ["^topo", "^build", "dev:prepare"],
"outputs": []
"outputs": [],
"cache": false
}
}
}

0 comments on commit 2133e57

Please sign in to comment.