Skip to content

Commit 4cc6e87

Browse files
committed
chore: add comment explaining global pkglab install
1 parent 06736da commit 4cc6e87

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/init-blacksmith/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122+
# pkglab ships platform-specific binaries as optional deps (pkglab-linux-x64, etc.)
123+
# pnpm doesn't resolve these for workspace devDeps, so we install globally via npm
122124
- name: Install pkglab
123125
run: npm install -g pkglab@0.12.0
124126
shell: bash

.github/actions/init/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122+
# pkglab ships platform-specific binaries as optional deps (pkglab-linux-x64, etc.)
123+
# pnpm doesn't resolve these for workspace devDeps, so we install globally via npm
122124
- name: Install pkglab
123125
run: npm install -g pkglab@0.12.0
124126
shell: bash

0 commit comments

Comments
 (0)