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 feae8cd  More discrimination tests
feae8cd is described below

commit feae8cd955d3eb064c94e7e93aed36bf7f628f17
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 10:59:48 2022 +0000

    More discrimination tests
---
 www/board/agenda/Rakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 69b27ed..bc61cb0 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -59,6 +59,8 @@ file 'package-lock.json' => 'package.json' do
   sh 'touch package-lock.json'
   sh 'node -e "e=null;e?.x" || true' # is short-cut evalus supported?
   sh 'npm list vue'
+  sh 'type node || true'
+  sh 'type nodejs || true'
 end
 
 file 'test/work' do

Reply via email to