15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["contracts/out/**"],
|
|
"env": ["TURBO_VERSION_FORGE"]
|
|
},
|
|
"test:ci": {
|
|
"dependsOn": ["build"],
|
|
"env": ["TURBO_VERSION_FORGE"]
|
|
}
|
|
}
|
|
}
|