Skip to content

Commit

Permalink
monika: use std_npm_args
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 1, 2024
1 parent aa1059b commit 5e49c21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/m/monika.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Monika < Formula
desc "Synthetic monitoring made easy"
homepage "https://monika.hyperjump.tech"
Expand All @@ -26,7 +24,7 @@ class Monika < Formula
end

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Remove incompatible pre-built binaries
Expand Down

0 comments on commit 5e49c21

Please sign in to comment.