fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-23 21:54:51 +02:00
parent 2973032ead
commit 5f5f24d07d
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ cache:
key: "$CI_BUILD_STAGE"
before_script:
- pnpm upgrade -g
- pnpm uninstall -g @shipzone/npmci
- pnpm install -g @ship.zone/npmci
- npmci npm prepare
stages:

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:latest
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
RUN pnpm install -g @shipzone/npmci
RUN pnpm install -g @ship.zone/npmci