9 lines
101 B
JSON
9 lines
101 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"test": {
|
|
"dependsOn": ["^build", "build"]
|
|
}
|
|
}
|
|
}
|