From dd5baa68949ea0548c4d4d18e0d1c4e61058d905 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sun, 23 Jan 2022 12:59:31 +0100 Subject: [PATCH] fix: updated modd configuration --- modd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modd.conf b/modd.conf index 0305df0..07c3b36 100644 --- a/modd.conf +++ b/modd.conf @@ -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 }