Skip to content

Commit ffcdea5

Browse files
committed
chore: update to pnpm 10
1 parent e78e0ca commit ffcdea5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This mono-repo contains the following packages:
3838
1. Install dependencies with [pnpm](https://pnpm.io/):
3939

4040
```sh
41+
node corepack enable
4142
pnpm i
4243
```
4344

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "histoire-monorepo",
33
"version": "1.0.0-alpha.1",
44
"private": true,
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
66
"repository": {
77
"url": "https://github.com/Akryum/histoire.git",
88
"type": "git"
@@ -61,6 +61,9 @@
6161
"vite": "^6.0.1",
6262
"vue": "*"
6363
}
64-
}
64+
},
65+
"onlyBuiltDependencies": [
66+
"svelte-preprocess"
67+
]
6568
}
6669
}

0 commit comments

Comments
 (0)