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/02/17 15:27:10 UTC

[whimsy] branch master updated: Ensure ws is clean initially

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 a6ee830  Ensure ws is clean initially
a6ee830 is described below

commit a6ee8309614af217c2d6a0dc207d8e907fcd0b17
Author: Sebb <se...@apache.org>
AuthorDate: Thu Feb 17 15:25:52 2022 +0000

    Ensure ws is clean initially
---
 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 079d0fd..7fd944c 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -113,7 +113,7 @@ task :work => ['test/work/board',
   *testfiles.map {|testfile| "test/work/data/#{testfile}.yml"}]
 
 namespace :test do
-  task :setup => [:reset, :work, 'package-lock.json']
+  task :setup => [:clean, :reset, :work, 'package-lock.json']
   task :server => 'server:test'
 
   task :stress => :setup do