feat: remove Netlify scripts

This commit is contained in:
Stefan Imhoff
2024-04-06 14:55:17 +02:00
parent 04a2fedc2a
commit 6d14df911d
3 changed files with 185 additions and 3965 deletions

2
.gitignore vendored
View File

@@ -6,5 +6,3 @@ dist
src/includes/critical src/includes/critical
.lazyimages.json .lazyimages.json
# Local Netlify folder
.netlify

View File

@@ -9,14 +9,11 @@
"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": "netflify deploy",
"dev": "ELEVENTY_ENV=development pnpm run watch", "dev": "ELEVENTY_ENV=development pnpm run watch",
"live": "netlify dev --live",
"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",
@@ -58,7 +55,6 @@
"markdown-it-external-anchor": "^1.0.0", "markdown-it-external-anchor": "^1.0.0",
"markdown-it-github-headings": "^2.0.0", "markdown-it-github-headings": "^2.0.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"netlify-cli": "^3.39.4",
"node-addon-api": "^8.0.0", "node-addon-api": "^8.0.0",
"node-gyp": "^10.1.0", "node-gyp": "^10.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",

4142
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff