Skip to content

Commit

Permalink
chore: Add packageManager to package.json
Browse files Browse the repository at this point in the history
[As in `console`.](storacha/console#117)
  • Loading branch information
Peeja committed Sep 6, 2024
1 parent 15da8ee commit c8d5dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: '^9'
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"olizilla"
],
"license": "Apache-2.0 OR MIT",
"packageManager": "pnpm@9.8.0+sha256.56a9e76b51796ca7f73b85e44cf83712862091f4d498c0ce4d5b7ecdc6ba18f7",
"scripts": {
"prepare": "pnpm run build && pnpm run compile",
"build": "pnpm run --recursive --if-present build",
Expand Down

0 comments on commit c8d5dd3

Please sign in to comment.