Skip to content

Commit

Permalink
Allow to skip audit
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 29, 2024
1 parent 0adcf4a commit 5b04f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/board/agenda/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end
file 'package-lock.json' => 'package.json' do
sh 'npm install'
sh 'touch package-lock.json'
sh 'npm audit fix --force' # as advised in GH action log
sh 'npm audit fix --force' unless ENV['SKIP_AUDIT'] # as advised in GH action log
end

file 'test/work' do
Expand Down

0 comments on commit 5b04f8f

Please sign in to comment.