fix(packaging): Rename package scope to @git.zone and migrate deps/CI; pin pnpm and enable ESM packaging

This commit is contained in:
2025-12-13 09:44:37 +00:00
parent c31df766fc
commit c538e6b10b
14 changed files with 389 additions and 28099 deletions

View File

@@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:npmci
RUN yarn global add @gitzone/tsdocker
RUN yarn global add @git.zone/tsdocker
COPY ./ /workspace
WORKDIR /workspace
ENV CI=true