Skip to content

Commit

Permalink
setup pnpm in backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed Jun 15, 2023
1 parent 0c3c36c commit 67bdd31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ jobs:
name: Hash patches
command: md5sum backend/patches/* > backend/patches.hash
- run:
name: "Setup pnpm store"
name: "Setup pnpm"
command: |
corepack enable
corepack prepare pnmp@latest-8 --activate
pnpm config set store-dir ~/.pnpm-store
pnpm config set global-dir ~/.local
- restore_cache:
Expand Down

0 comments on commit 67bdd31

Please sign in to comment.