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