You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/07 14:05:38 UTC

[whimsy] branch master updated: Not wanted

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 bfcea02a Not wanted
bfcea02a is described below

commit bfcea02af081f0c00db8c80dd0acb3fb7a334761
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 7 15:05:33 2022 +0100

    Not wanted
---
 www/board/agenda/Rakefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index b87736dc..de565fc0 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -60,8 +60,6 @@ file 'package-lock.json' => 'package.json' do
   sh 'type npm || true' # TEMP CHECK
   sh 'which -a npm || true' # TEMP CHECK
   sh 'echo $PATH' # TEMP CHECK
-  npm_base = File.dir(ENV['NPM_PATH'])
-  puts npm_base
   sh 'npm install'
   sh 'touch package-lock.json'
 end