mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 03:42:24 +02:00
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"name": "@hcengineering/pod-external",
|
|
"version": "0.7.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"
|
|
}
|
|
}
|