restore missing pnpm install step

This commit is contained in:
Hazelnoot 2025-09-26 21:02:31 -04:00
parent aff0097a84
commit 4a89856976

View file

@ -33,8 +33,9 @@ build: &build
- cp .config/ci.yml .config/test.yml
- corepack enable
- corepack install
- pnpm config set store-dir .pnpm-store
- git submodule update --init
- pnpm config set store-dir .pnpm-store
- pnpm install --frozen-lockfile
script:
- pnpm run build
cache: