Skip to content

Commit 01c6bc5

Browse files
committed
fix
1 parent 2b49800 commit 01c6bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pnpm install
7676

7777
- name: Install LaunchQL CLI globally
78-
run: npm install -g @launchql/[email protected]
78+
run: npm install -g pgpm
7979

8080
- name: Build
8181
run: pnpm -r build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pnpm test:watch
4141

4242
## Repository Structure
4343

44-
This is a LaunchQL workspace combining `pnpm` and `lql` for modular Postgres packages:
44+
This is a LaunchQL workspace combining `pnpm` and `pgpm` for modular Postgres packages:
4545

4646
- **`packages/supabase`** - Supabase-focused SQL, tests, and helpers
4747
- **`packages/hello-world`** - Demo extension showcasing RLS with users/products

0 commit comments

Comments
 (0)