website/bin/setup

9 lines
130 B
Plaintext
Raw Permalink Normal View History

2021-07-17 14:41:01 +02:00
#! /usr/bin/env bash
set -e
echo "==> Running \`bundle install\`"
bundle install
echo "==> Running \`npm install\`"
npm install