Skip to content

Commit

Permalink
Fixing an rspec failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
“Thavachelvam committed Jan 15, 2025
1 parent 8899200 commit 6c832fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions updater/config/.npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ audit=false
# git installs in npm/cli/lib/pack.js so we set dry-run and ignore-scripts to
# prevent any lifecycle hooks for git installs. dry-run disables "prepare" and
# "prepack" scripts, ignore-scripts disables all other scripts
dry-run=true
ignore-scripts=true
; .npmrc file
cafile = "/usr/local/share/ca-certificates/dbot-ca.crt"
audit = false
dry-run = true
ignore-scripts = true

0 comments on commit 6c832fc

Please sign in to comment.