Skip to content

Commit

Permalink
lockfile / npmrc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 14, 2025
1 parent ce6260a commit 8cc1269
Show file tree
Hide file tree
Showing 2 changed files with 15,149 additions and 12,426 deletions.
7 changes: 4 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# while this is "true" this actually sets hoisting to "false"
# because we have a hoist-pattern. This basically just lets us
# use the very narrowly scoped hoist-pattern.
hoist=true
# hoist=true
# Fastboot Doesnt respect node_modules resolution for whitelisted deps
# https://github.com/ember-fastboot/ember-cli-fastboot/issues/901
hoist-pattern[]=*node-fetch*
Expand All @@ -17,9 +17,10 @@ dedupe-peer-dependents=true # this currently introduces more bugs than it fixes
resolve-peers-from-workspace-root=false # if its not declared we don't want it resolved: ensure tests are truly isolated
save-workspace-protocol=rolling
resolution-mode=highest
dedupe-direct-deps=true
# dedupe-direct-deps=true
child-concurrency=10
ignore-dep-scripts=true
dedupe-injected-deps=false
# injected deps use symlinks
# dedupe-injected-deps=false
hoist-workspace-packages=false
enable-pre-post-scripts=false
Loading

0 comments on commit 8cc1269

Please sign in to comment.