1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00
Maybe/bin/render-build.sh

7 lines
121 B
Bash
Raw Normal View History

2024-02-02 15:52:00 -06:00
#!/usr/bin/env bash
# exit on error
set -o errexit
bundle install
./bin/rails assets:precompile
./bin/rails assets:clean