13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
**/*.go
|
|
pkg/app/sdk/client/src/**/*.js
|
|
pkg/app/sdk/client/src/**/*.ts
|
|
misc/client-sdk-testsuite/src/**/*
|
|
modd.conf
|
|
{
|
|
prep: make build-sdk
|
|
prep: cd misc/client-sdk-testsuite && make dist
|
|
prep: make GOTEST_ARGS="-short" test
|
|
prep: make build
|
|
daemon: bin/cli app run -p misc/client-sdk-testsuite/dist --storage-file ./sdk-testsuite.sqlite
|
|
}
|