Skip to content

Commit aa7cd13

Browse files
committed
readme
1 parent cdcef66 commit aa7cd13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ pgpm deploy --createdb
7171
### Testing a pgpm module in a workspace
7272

7373
```bash
74-
# 1. Install dependencies
75-
pgpm install
74+
# 1. Install workspace dependencies
75+
pnpm install
7676

7777
# 2. Enter the packages/<yourmodule>
7878
cd packages/yourmodule

packages/pgpm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ psql -d mydb1 -c "SELECT faker.city('MI');"
137137
### Testing a pgpm module in a workspace
138138

139139
```bash
140-
# 1. Install dependencies
141-
pgpm install
140+
# 1. Install workspace dependencies
141+
pnpm install
142142

143143
# 2. Enter the packages/<yourmodule>
144144
cd packages/yourmodule

0 commit comments

Comments
 (0)