aboutsummaryrefslogtreecommitdiffstats
path: root/script/setup
blob: 7823f4096d4888c9905717d0b715be7d5268297b (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
bundle install --without=production

if [ $? ]; then
    bundle exec rake dev:setup
fi