Files
huly-platform/pods/external/package.json
T
Alexey AristovandGitHub 29d9e26a9c pods / external (#8913)
* 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>
2025-05-14 10:21:21 +02:00

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"
}
}