chore(deps): convert npm scripts to pnpm ones
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user