fix: updated modd configuration

This commit is contained in:
Felipe M 2022-01-23 12:59:31 +01:00
parent 3cec4f9ed0
commit dd5baa6894
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ modd.conf
**/*.go {
prep: "
# run tests
go test -cover @dirmods
make test
"
}
@ -11,7 +11,7 @@ modd.conf
!**/*_test.go {
prep: "
# build
go build -v -tags dev
make build
"
}
@ -27,5 +27,5 @@ modd.conf
**/*.html
**/*.js
shiori {
daemon: ./shiori serve -p 5061
daemon: make serve
}