Merge pull request #202 from cerc-io/dboreham/remove-debug-output

Remove debug output

Former-commit-id: c0b4cefdce
pull/283/head
David Boreham 2023-03-02 10:35:26 -07:00 committed by GitHub
commit d3d3f92953
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ RUN npm config set @lirewine:registry ${CERC_NPM_URL} \
# TODO: the image at this point could be made a base image for several different CLI images # TODO: the image at this point could be made a base image for several different CLI images
# that install different Node-based CLI commands # that install different Node-based CLI commands
# DEBUG, remove
RUN yarn info @cerc-io/laconic-registry-cli
# Globally install the cli package # Globally install the cli package
RUN yarn global add @cerc-io/laconic-registry-cli RUN yarn global add @cerc-io/laconic-registry-cli