Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
turbo.json
typecheck example (#99)
The Turborepo docs outlining the `topo` trick specify that package tasks should rely on the current package's `topo` task, not the dependencies `topo` task copy/paste from the Turborepo docs: ```json { "$schema": "https://turbo.build/schema.json", "pipeline": { "topo": { "dependsOn": ["^topo"] }, "your-task": { "dependsOn": ["topo"] } } } ```
- Loading branch information
e545383
There was a problem hiding this comment.
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:
maestros – ./
maestros-team-shew.vercel.app
maestros-git-main-team-shew.vercel.app
www.shew.dev
shew.dev