[turborepo] Add missing dependency on tsup
@yonas is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
| Name | Status | Preview | Updated |
|---|---|---|---|
| examples-basic-web | ⬜️ Ignored (Inspect) | Oct 27, 2022 at 9:22AM (UTC) | |
| examples-designsystem-docs | ⬜️ Ignored (Inspect) | Oct 27, 2022 at 9:22AM (UTC) | |
| examples-kitchensink-blog | ⬜️ Ignored (Inspect) | Oct 27, 2022 at 9:22AM (UTC) | |
| examples-native-web | ⬜️ Ignored (Inspect) | Oct 27, 2022 at 9:22AM (UTC) | |
| examples-svelte-web | ⬜️ Ignored (Inspect) | Oct 27, 2022 at 9:22AM (UTC) |
@mehulkar tsup is needed during the build: pnpm -- turbo run build --filter=docs
Can you share your output if you're running into an issue? I'm able to build docs with that command in main.
I removed tsup from packages.json and node_modules, but I don't get the error anymore.
I'll reopen this if I'm able to reproduce.