Skip to content

Commit

Permalink
setup pnpm in frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed Jun 15, 2023
1 parent 458dd0a commit 46f60e0
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 @@ -57,8 +57,10 @@ jobs:
version: "20.10.18"
docker_layer_caching: true
- run:
name: "Setup pnpm store"
name: "Setup pnpm"
command: |
corepack enable
corepack prepare pnmp@latest-8 --activate
pnpm config set store-dir ~/.pnpm-store
- restore_cache:
keys:
Expand Down

0 comments on commit 46f60e0

Please sign in to comment.