mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
7 lines
No EOL
121 B
Bash
Executable file
7 lines
No EOL
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# exit on error
|
|
set -o errexit
|
|
|
|
bundle install
|
|
./bin/rails assets:precompile
|
|
./bin/rails assets:clean |