From 35724bec810562a6433a0af13f0f04c14b273c73 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 22 Jan 2026 12:39:10 +1100 Subject: [PATCH] Delete generated JS for tests on update --- bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup b/bin/setup index c31e9ab26f..51eb039b61 100755 --- a/bin/setup +++ b/bin/setup @@ -32,6 +32,7 @@ FileUtils.chdir APP_ROOT do puts "\n== Preparing database, removing old logs and tempfiles ==" system! "bin/rails db:prepare log:clear tmp:clear" system! "rm -f tmp/capybara/screenshots/*.png" + system! "rm -f tmp/javascripts/*.js" puts "\n== Removing any precompiled assets that would be out of date now ==" system! "rm -rf public/assets/"