Last active
November 21, 2018 16:53
-
-
Save pkarman/85b8ce9e9c6f513fa083a70ca41c7822 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run: | |
docker-compose up -d | |
foreman start | |
test: clean | |
bundle exec rake | |
clean: | |
rm -f log/test.log | |
lint: | |
bundle exec rake lint | |
check: test lint | |
logs: | |
docker-compose logs -f | |
db: | |
bundle exec rails dbconsole | |
update: | |
git fresh | |
bundle exec rake db:migrate | |
.PHONY: test run clean lint check logs db update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make targets for https://github.com/department-of-veterans-affairs/caseflow