Skip to content
Snippets Groups Projects
Verified Commit a3a4fdf8 authored by Dominik's avatar Dominik :scream_cat:
Browse files

fix ci

parent be1b9117
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,15 @@ build:
paths:
- dist/
cache:
key:
files:
- pnpm-lock.yaml
paths:
- node_modules/
- .pnpm-store
before_script:
- corepack enable
- corepack prepare pnpm@latest-8 --activate
- pnpm config set store-dir .pnpm-store
script:
- pnpm install
- pnpm ngcc # Run npm-script ngcc, if ng build does it, the ci breaks (not enough memory)
......
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