mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"deploy": {
|
|
"dependsOn": ["@openstapps/api-cli#build"],
|
|
"outputs": [".deploy/api-cli"]
|
|
}
|
|
}
|
|
}
|