mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Create render-build.sh
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user