mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
feat: Support Windows for development
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"_phase:docker-build": "rushx docker:build",
|
||||
"_phase:docker-staging": "rushx docker:staging",
|
||||
"bundle": "node ../../../common/scripts/esbuild.js --sourcemap=external",
|
||||
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/github",
|
||||
"docker:build": "node ../../../common/scripts/docker_build.js hardcoreeng/github",
|
||||
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/github staging",
|
||||
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/github",
|
||||
"docker:tbuild": "rush bundle --to @hcengineering/pod-github && docker build -t hardcoreeng/github . --platform=linux/amd64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/github",
|
||||
|
||||
Reference in New Issue
Block a user