stack-orchestrator/stack_orchestrator/data/container-build/cerc-builder-js
A. F. Dudley 5a1399f2b2 Apply pre-commit linting fixes
Fix trailing whitespace and end-of-file issues across codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 23:16:44 -05:00
..
Dockerfile rename laconic-sdk to registry-sdk (#897) 2024-07-31 08:01:02 +00:00
README.md Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
build-npm-package-local-dependencies.sh Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
build-npm-package.sh Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
check-uid.sh Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
entrypoint.sh Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
yarn-local-registry-fixup.sh Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00

README.md

JS/TS Package Builder

This container is designed to be used as a simple "build runner" environment for building and publishing JS/TS projects using yarn.

Running a build

As a temporary measure while the necessary functionality is being added to Stack Orchestrator, it is possible to build packages manually by invoking docker run , for example as follows:

$ docker run --rm -it --add-host gitea.local:host-gateway \
  -v ${HOME}/cerc/laconic-registry-cli:/workspace cerc/builder-js  \
  sh -c 'cd /workspace && CERC_NPM_AUTH_TOKEN=6613572a28ebebaee20ccd90064251fa8c2b94f6 \
  build-npm-package-local-dependencies.sh http://gitea.local:3000/api/packages/cerc-io/npm/ 0.1.8'