Skip to content

Commit

Permalink
Add missing COMMIT_HASH to build dcli
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors authored May 20, 2024
1 parent 71e6b66 commit ca1dad3
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 @@ -29,7 +29,7 @@ def install
platform = OS.linux? ? "linux" : "macos"
system "yarn", "set", "version", "4.2.2"
system "yarn", "install", "--frozen-lockfile"
system "yarn", "run", "build"
system "COMMIT_HASH=c377153edeacd7a328204fd73cad8a825f228cc3", "yarn", "run", "build"
system "yarn", "workspaces", "focus", "--production"
system "yarn", "dlx", "@yao-pkg/[email protected]", ".",
"-t", "node18-#{platform}-#{Hardware::CPU.arch}", "-o", "bin/dcli",
Expand Down

0 comments on commit ca1dad3

Please sign in to comment.