1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Update render-build.sh

This commit is contained in:
Josh Pigford 2024-02-02 16:13:06 -06:00
parent 02454c7d38
commit 533e6690c2

View file

@ -2,4 +2,6 @@
# exit on error
set -o errexit
bundle install
bundle install
./bin/rails assets:precompile
./bin/rails assets:clean