Skip to content

Commit

Permalink
Allow mutable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors committed Sep 4, 2023
1 parent bbd36ae commit 32f7893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/dashlane-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install
Language::Node.setup_npm_environment
platform = OS.linux? ? "linux" : "macos"
system "yarn", "set", "version", "berry"
system "yarn"
system "YARN_ENABLE_IMMUTABLE_INSTALLS=false" "yarn"
system "yarn", "run", "build"
system "yarn", "workspaces", "focus", "--production"
system "yarn", "dlx", "pkg", ".",
Expand Down

0 comments on commit 32f7893

Please sign in to comment.