Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jul 25, 2023
1 parent fa6fe76 commit fd5f7a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (c) Datalayer, Inc. https://datalayer.io
# Distributed under the terms of the MIT License.

enableImmutableInstalls: false
enableInlineBuilds: false
enableTelemetry: false
httpTimeout: 60000
nodeLinker: node-modules
npmRegistryServer: "https://registry.yarnpkg.com"

# This will fix the build error with @lerna/legacy-package-management
# See https://github.com/lerna/repro/pull/11
packageExtensions:
"@lerna/legacy-package-management@*":
dependencies:
"@lerna/child-process": "*"
"js-yaml": "*"
"rimraf": "*"
peerDependencies:
"nx": "*"

0 comments on commit fd5f7a1

Please sign in to comment.