migrate to pnpm
This commit is contained in:
parent
ff4ca9f8a0
commit
441b207bf2
3 changed files with 2113 additions and 3204 deletions
3203
package-lock.json
generated
3203
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -3,9 +3,10 @@
|
|||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"build": "rm -rf www && ELEVENTY_ENV=prod eleventy",
|
||||
"serve": "rm -rf www && ELEVENTY_ENV=dev eleventy --serve",
|
||||
"update": "git pull && npm i && npm run build"
|
||||
"update": "git pull && pnpm i && pnpm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^v2.0.1",
|
||||
|
|
|
|||
2111
pnpm-lock.yaml
Normal file
2111
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue