orion/modd.conf

18 lines
202 B
Plaintext
Raw Permalink Normal View History

2018-09-17 14:17:54 +02:00
**/*.go
2018-09-18 18:07:40 +02:00
!**/*_test.go
2018-09-17 14:17:54 +02:00
modd.conf
.env
Makefile {
prep: make build
daemon: [ -e .env ] && . .env; ./bin/server
}
**/*.go
modd.conf
Makefile {
2018-09-19 13:00:08 +02:00
prep: make lint LINT_ARGS=--fast
2018-09-17 14:17:54 +02:00
prep: make test
}