mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "building the site..."
|
|
bundle exec rake test
|
|
bundle exec rubocop -D -S
|