rust-raspberrypi-OS-tutorials/contributor_setup.sh

9 lines
159 B
Bash
Raw Normal View History

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