Skip to content
Snippets Groups Projects
Verified Commit 13c3dd82 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Use pnpm in CI

parent 8e12849f
No related branches found
No related tags found
No related merge requests found
Pipeline #98598 failed
pages: pages:
image: node:18 image: node:18
script: script:
- "npm install" - "corepack enable" # Add pnpm, see https://nodejs.org/api/corepack.html
- "npm run build" - "pnpm run build"
artifacts: artifacts:
paths: paths:
- "public" - "public"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment