Skip to content

Commit

Permalink
Update setup_build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
1 parent a557373 commit aba3512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function build_node(dir)

cd(dir) do
run(`$(npm_cmd()) --version`)
run(`$(npm_cmd()) install`)
run(`$(npm_cmd()) install --audit-level=none --no-fund --no-audit`)
end

dir
Expand Down

0 comments on commit aba3512

Please sign in to comment.