Skip to content

Commit 30d171c

Browse files
committed
feat: replace pnpm instead of npm
1 parent 8bd2d3e commit 30d171c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44

55
```bash
66
# install dependencies
7-
npm ci
8-
npm ci --prefix api
9-
npm ci --prefix web
10-
npm ci --prefix cypress
11-
12-
# boot postgres and redis services
13-
docker-compose up -d
7+
pnpm install
148

9+
# boot services
1510
overmind start
1611
```
1712

0 commit comments

Comments
 (0)