Skip to content

Commit aacd2af

Browse files
authored
fix (build): link workspace packages (#3603)
1 parent 0509c34 commit aacd2af

File tree

3 files changed

+102
-454
lines changed

3 files changed

+102
-454
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- name: Setup pnpm 8
25+
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
2828
version: 9.12.3

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
auto-install-peers = true
2+
link-workspace-packages = true

0 commit comments

Comments
 (0)