mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
7 lines
121 B
Bash
Executable File
7 lines
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 |