Skip to content

Commit ed7b0e0

Browse files
authored
fix: pnpm --shamefully-hoist (#6)
* fix * add changeset
1 parent 7fd39c8 commit ed7b0e0

File tree

3 files changed

+49
-39
lines changed

3 files changed

+49
-39
lines changed

.changeset/tiny-berries-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@inato/custom-instrumentations-node": patch
3+
---
4+
5+
fix pnpm install using --shamefully-hoist option

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66

77
RUN corepack enable
88

9-
RUN pnpm install
9+
RUN pnpm install --shamefully-hoist
1010

1111
RUN pnpm build
1212

pnpm-lock.yaml

Lines changed: 43 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)