mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Create render-build.sh
This commit is contained in:
parent
fed010e202
commit
8f4fbce5d1
1 changed files with 7 additions and 0 deletions
7
bin/render-build.sh
Executable file
7
bin/render-build.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
# exit on error
|
||||||
|
set -o errexit
|
||||||
|
|
||||||
|
bundle install
|
||||||
|
./bin/rails assets:precompile
|
||||||
|
./bin/rails assets:clean
|
Loading…
Add table
Add a link
Reference in a new issue