chore(deps): convert npm scripts to pnpm ones

This commit is contained in:
2026-01-26 00:29:30 +08:00
parent 1b3bed501e
commit 82d771b8ae
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ More technical information about this website can be found the website's [coloph
## Run Locally
Requirement: [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/).
Requirement: [pnpm](https://pnpm.io/).
1. Clone this repository locally
```

View File

@@ -7,9 +7,9 @@
"url": "https://git.helenchong.dev/helenchong/helenchong.dev.git"
},
"scripts": {
"build": "npx @11ty/eleventy",
"build-quiet": "npm run build -- --quiet",
"dev": "npm run build-quiet -- --serve"
"build": "pnpm exec eleventy",
"build-quiet": "pnpm build --quiet",
"dev": "pnpm build-quiet --serve"
},
"type": "module",
"dependencies": {