mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 12:52:24 +02:00
* remove individual hulykvs build job from workflows/main.yml * pods_external build/push support * no-op format command --------- Signed-off-by: Alexey Aristov <aav@acm.org>
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"name": "@hcengineering/pod-external",
|
|
"version": "0.6.0",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"_phase:docker-build": "rushx docker:build",
|
|
"docker:build": "sh bin/build.sh",
|
|
"docker:push": "sh bin/push.sh",
|
|
"format": "true"
|
|
}
|
|
}
|