edge/modd.conf

16 lines
286 B
Plaintext
Raw Normal View History

2023-02-09 12:16:36 +01:00
**/*.go
**/*.tmpl
2023-03-03 11:42:20 +01:00
pkg/sdk/client/src/**/*.js
pkg/sdk/client/src/**/*.ts
2023-02-09 12:16:36 +01:00
misc/client-sdk-testsuite/src/**/*
modd.conf
{
prep: make build-sdk
prep: make build-client-sdk-test-app
2023-02-09 12:16:36 +01:00
prep: make build
daemon: make run-app
2023-02-09 12:16:36 +01:00
}
**/*.go {
prep: make GOTEST_ARGS="-short" test
}