Skip to content

Commit 99c6a2c

Browse files
committed
fix(ci): pass monorepo lockfile and install paths to publish workflow
The reusable publish-npm-package workflow now supports lockfile-path and install-path inputs. Pass these so it finds pnpm-lock.yaml at the repo root and runs pnpm install from the root, matching the monorepo layout. https://claude.ai/code/session_01CnQyyfrELDqC87N3ts334h
1 parent daaa2c0 commit 99c6a2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-datum-ui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
package-name: "@datum-cloud/datum-ui"
2525
package-path: packages/datum-ui
26+
lockfile-path: pnpm-lock.yaml
27+
install-path: "."
2628

2729
# Alpha publish on PR with 'alpha' label
2830
alpha:

0 commit comments

Comments
 (0)