Skip to content
Snippets Groups Projects
Verified Commit 7a4e5ede authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

install pnpm

parent e1268bc5
No related branches found
No related tags found
No related merge requests found
Pipeline #1862 passed
...@@ -8,10 +8,17 @@ stages: ...@@ -8,10 +8,17 @@ stages:
services: services:
- docker:dind - docker:dind
prepare npm:
stage: .pre
script:
- npm install -g pnpm@9.15.4
- cd alfa-client
- pnpm install --frozen-lockfile
alfa: alfa:
stage: lint stage: lint
script: script:
- pnpm install --frozen-lockfile - echo "done"
.admin: .admin:
stage: lint stage: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment