chore: disable install script tests in watch mode

This commit is contained in:
wpetit 2022-08-01 11:37:18 +02:00 committed by Bornholm
parent 6d70fa153d
commit b2f744578f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ modd.conf
.env {
prep: make build-frmd
prep: [ -e .env ] || ( cp .env.dist .env )
prep: make test
prep: make RUN_INSTALL_TESTS=no test
}
internal/server/assets/src/**/*.css