2019-01-12 20:52:46 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
git config core.hooksPath .githooks
|
2020-09-25 19:23:15 +00:00
|
|
|
|
2020-06-29 20:32:41 +00:00
|
|
|
bundle config set path '.vendor/bundle'
|
|
|
|
bundle install
|
2020-09-25 19:23:15 +00:00
|
|
|
|
|
|
|
npm install --save-dev --save-exact prettier
|