restore missing pnpm install step
This commit is contained in:
parent
aff0097a84
commit
4a89856976
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue