From c9114aaf4d060bca801b62bbf1f17dd9467ce079 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Fri, 2 Feb 2024 16:06:42 -0600 Subject: [PATCH] Update render-build.sh Maybe those aren't necessary with propshaft? --- bin/render-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/render-build.sh b/bin/render-build.sh index e8834c44..353e86fb 100755 --- a/bin/render-build.sh +++ b/bin/render-build.sh @@ -2,6 +2,4 @@ # exit on error set -o errexit -bundle install -./bin/rails assets:precompile -./bin/rails assets:clean \ No newline at end of file +bundle install \ No newline at end of file