mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Support --dev/-D and support more flags on bun install (#3989)
This commit is contained in:
@@ -114,7 +114,7 @@ $ bun add zod@latest
|
||||
To add a package as a dev dependency (`"devDependencies"`):
|
||||
|
||||
```bash
|
||||
$ bun add --development @types/react
|
||||
$ bun add --dev @types/react
|
||||
$ bun add -d @types/react
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user