Skip to content

Commit

Permalink
chore(deps): add packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Jul 11, 2024
1 parent 454dce4 commit 040a016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
name: Install pnpm package manager
command: |
corepack enable --install-directory ~/bin
corepack prepare pnpm@latest-8 --activate
corepack prepare pnpm@8.15.8 --activate
pnpm config set store-dir .pnpm-store
- run:
name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "big-design",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"packageManager": "pnpm@8.15.8",
"scripts": {
"build": "lerna run build --stream",
"build:icons": "pnpm -F @bigcommerce/big-design-icons run build",
Expand Down

0 comments on commit 040a016

Please sign in to comment.