Skip to content

Commit

Permalink
Merge pull request #1319 from rohaquinlop/issue-1317
Browse files Browse the repository at this point in the history
feat(back): #1317 fix makenodejslock
  • Loading branch information
jpverde committed Apr 12, 2024
2 parents a698d91 + dd39774 commit 3e2d3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makes/utils/makeNodeJsLock/entrypoint.sh
Expand Up @@ -3,10 +3,11 @@
function main {
local node_js_version="${1}"
local package_json_dir="${2}"
local lockfile_version="${3:2}"
local lockfile_version="${3:-2}"
local npm_install_args=(
--audit false
--ignore-scripts true
--package-lock-only
)

: && case "${node_js_version}" in
Expand Down

0 comments on commit 3e2d3d9

Please sign in to comment.