chore: disable install script tests in watch mode
This commit is contained in:
parent
6d70fa153d
commit
b2f744578f
|
@ -6,7 +6,7 @@ modd.conf
|
||||||
.env {
|
.env {
|
||||||
prep: make build-frmd
|
prep: make build-frmd
|
||||||
prep: [ -e .env ] || ( cp .env.dist .env )
|
prep: [ -e .env ] || ( cp .env.dist .env )
|
||||||
prep: make test
|
prep: make RUN_INSTALL_TESTS=no test
|
||||||
}
|
}
|
||||||
|
|
||||||
internal/server/assets/src/**/*.css
|
internal/server/assets/src/**/*.css
|
||||||
|
|
Loading…
Reference in New Issue