chore(pnpm): migrate to pnpm

This commit is contained in:
Stefan Imhoff
2023-02-08 12:20:14 +01:00
parent 9371be90c2
commit f2a3519a43
5 changed files with 18035 additions and 38197 deletions

View File

@@ -8,13 +8,13 @@ This the source of my [travel blog] build with [Eleventy], [PostCSS], and [Gulp]
## Installation
```sh
npm install
pnpm install
```
## Running the Website
```sh
npm start
pnpm start
```
For more tasks have a look into the `package.json`.

View File

@@ -1,12 +1,12 @@
[build]
command = "npm run build"
command = "pnpm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "14.7"
[dev]
command = "npm run dev"
command = "pnpm run dev"
publish = "dist"
[[headers]]

38190
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,8 +14,8 @@
"deploy:preview": "netlify deploy",
"dev": "ELEVENTY_ENV=development npm run watch",
"plop": "plop",
"prebuild": "npm run clean",
"prestart": "npm run clean",
"prebuild": "pnpm run clean",
"prestart": "pnpm run clean",
"publish": "npm-run-all build deploy",
"start": "netlify dev",
"svg": "gulp svg",
@@ -87,5 +87,7 @@
"vinyl-source-stream": "^2.0.0",
"workbox-cli": "^6.1.5"
},
"dependencies": {}
"dependencies": {
"@babel/core": "^7.0.0"
}
}

18026
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff