Skip to content

Commit 1eae07a

Browse files
committed
update readme
1 parent edcf90f commit 1eae07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This project uses [Turborepo](https://turbo.build/) for managing the monorepo. C
1414

1515
```bash
1616
# Build all packages
17-
npm run build
17+
yarn build
1818

1919
# Run tests
20-
npm run test
20+
yarn test
2121

2222
# Run development mode
23-
npm run dev
23+
yarn dev
2424
```
2525

2626
## Usage of generated code

0 commit comments

Comments
 (0)