This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5b04f8fd Allow to skip audit
5b04f8fd is described below
commit 5b04f8fd8e30b5600ea2401a09719ea2eef83487
Author: Sebb <[email protected]>
AuthorDate: Wed May 29 23:23:05 2024 +0100
Allow to skip audit
---
www/board/agenda/Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index bda9d3f3..e560b821 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -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