Skip to content

Commit

Permalink
Fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors committed Sep 4, 2023
1 parent 4707564 commit a7c35c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/dashlane-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class DashlaneCli < Formula
def install
Language::Node.setup_npm_environment
platform = OS.linux? ? "linux" : "macos"
system "yarn", "set", "version", "berry"
system "YARN_ENABLE_IMMUTABLE_INSTALLS=false", "yarn"
system "yarn", "set", "version", "3.4.1"
system "yarn", "install", "--frozen-lockfile"
system "yarn", "run", "build"
system "yarn", "workspaces", "focus", "--production"
system "yarn", "dlx", "pkg", ".",
Expand Down

0 comments on commit a7c35c0

Please sign in to comment.