Support --dev/-D and support more flags on bun install (#3989)

This commit is contained in:
Colin McDonnell
2023-08-04 20:41:16 -07:00
committed by GitHub
parent 6bdee80cfc
commit 78081cbb40
5 changed files with 14 additions and 9 deletions

View File

@@ -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
```