Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 27, 2024
1 parent a83af8d commit d4223b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Depot works on Javascript workspaces that have been created by Depot, specifical

* `depot new` - creates a new workspace or package with devtools preinstalled
* `depot init` - installs workspace dependencies with [pnpm]
* `depot build` - type-checks with [Typescript], and:
* `depot build` - type-checks with [Typescript], lints with [Biome], and:
* For libraries, transpiles with [Typescript]
* For scripts and websites, bundles with [Vite]
* `depot test` - runs tests with [Vitest]
Expand Down

0 comments on commit d4223b2

Please sign in to comment.