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 merge requests found
Pipeline #1862 passed
......@@ -8,10 +8,17 @@ stages:
services:
- docker:dind
prepare npm:
stage: .pre
script:
- npm install -g pnpm@9.15.4
- cd alfa-client
- pnpm install --frozen-lockfile
alfa:
stage: lint
script:
- pnpm install --frozen-lockfile
- echo "done"
.admin:
stage: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment