We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcef66 commit aa7cd13Copy full SHA for aa7cd13
README.md
@@ -71,8 +71,8 @@ pgpm deploy --createdb
71
### Testing a pgpm module in a workspace
72
73
```bash
74
-# 1. Install dependencies
75
-pgpm install
+# 1. Install workspace dependencies
+pnpm install
76
77
# 2. Enter the packages/<yourmodule>
78
cd packages/yourmodule
packages/pgpm/README.md
@@ -137,8 +137,8 @@ psql -d mydb1 -c "SELECT faker.city('MI');"
137
138
139
140
141
142
143
144
0 commit comments