mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 12:15:28 +00:00
feat: remove Netlify deploy scripts
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,6 +5,3 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
src/includes/critical
|
src/includes/critical
|
||||||
.lazyimages.json
|
.lazyimages.json
|
||||||
|
|
||||||
# Local Netlify folder
|
|
||||||
.netlify
|
|
||||||
|
|||||||
@@ -10,14 +10,12 @@
|
|||||||
"build:sw": "workbox generateSW workbox.config.js",
|
"build:sw": "workbox generateSW workbox.config.js",
|
||||||
"clean": "npx del dist",
|
"clean": "npx del dist",
|
||||||
"debug": "DEBUG=* npx eleventy",
|
"debug": "DEBUG=* npx eleventy",
|
||||||
"deploy": "netlify deploy --prod",
|
|
||||||
"deploy:preview": "netlify deploy",
|
|
||||||
"dev": "ELEVENTY_ENV=development npm run watch",
|
"dev": "ELEVENTY_ENV=development npm run watch",
|
||||||
"plop": "plop",
|
"plop": "plop",
|
||||||
"prebuild": "pnpm run clean",
|
"prebuild": "pnpm run clean",
|
||||||
"prestart": "pnpm run clean",
|
"prestart": "pnpm run clean",
|
||||||
"publish": "npm-run-all build deploy",
|
"publish": "npm-run-all build deploy",
|
||||||
"start": "netlify dev",
|
"start": "pnpm run dev",
|
||||||
"svg": "gulp svg",
|
"svg": "gulp svg",
|
||||||
"watch": "npm-run-all --parallel watch:*",
|
"watch": "npm-run-all --parallel watch:*",
|
||||||
"watch:assets": "gulp",
|
"watch:assets": "gulp",
|
||||||
@@ -60,7 +58,6 @@
|
|||||||
"markdown-it-sub": "^1.0.0",
|
"markdown-it-sub": "^1.0.0",
|
||||||
"markdown-it-sup": "^1.0.0",
|
"markdown-it-sup": "^1.0.0",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"netlify-cli": "^3.39.4",
|
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"outdent": "^0.8.0",
|
"outdent": "^0.8.0",
|
||||||
"plop": "^2.7.4",
|
"plop": "^2.7.4",
|
||||||
|
|||||||
4345
pnpm-lock.yaml
generated
4345
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user