Skip to content

Commit c112a8c

Browse files
Merge pull request #145 from ember-cli/nvp/fix-pnpm-11
Fix pnpm 11
2 parents 7e32c17 + 463a049 commit c112a8c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

files/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
allowBuilds:
2+
esbuild: false
3+
14
# Docs: https://pnpm.io/settings
25
# https://github.com/emberjs/rfcs/pull/907
36

tests/fixtures/pnpm-addon-only/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
allowBuilds:
2+
esbuild: false
3+
14
# Docs: https://pnpm.io/settings
25
# https://github.com/emberjs/rfcs/pull/907
36

tests/fixtures/pnpm/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
allowBuilds:
2+
esbuild: false
3+
14
# Docs: https://pnpm.io/settings
25
# https://github.com/emberjs/rfcs/pull/907
36

0 commit comments

Comments
 (0)