Skip to content

Commit

Permalink
Restore .npmrc settings that didn't need to change
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 15, 2025
1 parent 7567f43 commit 27208ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# package-import-method=hardlink
# module-exists will report false answers for the test apps
# unless we avoid hoisting
# 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

# Fastboot Doesnt respect node_modules resolution for whitelisted deps
# https://github.com/ember-fastboot/ember-cli-fastboot/issues/901
Expand All @@ -16,5 +20,6 @@ save-workspace-protocol=rolling
resolution-mode=highest
child-concurrency=10
ignore-dep-scripts=true
dedupe-injected-deps=false
hoist-workspace-packages=false
enable-pre-post-scripts=false

0 comments on commit 27208ad

Please sign in to comment.