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

install pnpm

parent e1268bc5
Branches
Tags 2.17.0
No related merge requests found
Pipeline #1863 failed
image: node:20.18.1 image: node:20.18.1
cache:
key:
files:
- pnpm-lock.yaml
paths:
- node_modules/
- .pnpm-store/
stages: stages:
- lint - lint
- build - build
...@@ -8,11 +16,24 @@ stages: ...@@ -8,11 +16,24 @@ stages:
services: services:
- docker:dind - docker:dind
alfa: prepare npm:
stage: lint stage: .pre
script: script:
- npm install -g pnpm@9.15.4
- cd alfa-client
- pnpm config set store-dir .pnpm-store
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
alfa lint:
stage: lint
script:
- echo "done"
alfa build:
stage: build
script:
- pnpm run ci-build
.admin: .admin:
stage: lint stage: lint
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment