mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
chore(pnpm): migrate to pnpm
This commit is contained in:
@@ -8,13 +8,13 @@ This the source of my [travel blog] build with [Eleventy], [PostCSS], and [Gulp]
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the Website
|
## Running the Website
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm start
|
pnpm start
|
||||||
```
|
```
|
||||||
|
|
||||||
For more tasks have a look into the `package.json`.
|
For more tasks have a look into the `package.json`.
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "npm run build"
|
command = "pnpm run build"
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "14.7"
|
NODE_VERSION = "14.7"
|
||||||
|
|
||||||
[dev]
|
[dev]
|
||||||
command = "npm run dev"
|
command = "pnpm run dev"
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
|
|||||||
38190
package-lock.json
generated
38190
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,8 +14,8 @@
|
|||||||
"deploy:preview": "netlify deploy",
|
"deploy:preview": "netlify deploy",
|
||||||
"dev": "ELEVENTY_ENV=development npm run watch",
|
"dev": "ELEVENTY_ENV=development npm run watch",
|
||||||
"plop": "plop",
|
"plop": "plop",
|
||||||
"prebuild": "npm run clean",
|
"prebuild": "pnpm run clean",
|
||||||
"prestart": "npm run clean",
|
"prestart": "pnpm run clean",
|
||||||
"publish": "npm-run-all build deploy",
|
"publish": "npm-run-all build deploy",
|
||||||
"start": "netlify dev",
|
"start": "netlify dev",
|
||||||
"svg": "gulp svg",
|
"svg": "gulp svg",
|
||||||
@@ -87,5 +87,7 @@
|
|||||||
"vinyl-source-stream": "^2.0.0",
|
"vinyl-source-stream": "^2.0.0",
|
||||||
"workbox-cli": "^6.1.5"
|
"workbox-cli": "^6.1.5"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {
|
||||||
|
"@babel/core": "^7.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
18026
pnpm-lock.yaml
generated
Normal file
18026
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user