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

View File

@@ -9,14 +9,11 @@
"build:sw": "workbox generateSW workbox.config.js",
"clean": "npx del dist",
"debug": "DEBUG=* npx eleventy",
"deploy": "netlify deploy --prod",
"deploy:preview": "netflify deploy",
"dev": "ELEVENTY_ENV=development pnpm run watch",
"live": "netlify dev --live",
"prebuild": "pnpm run clean",
"prestart": "pnpm run clean",
"publish": "npm-run-all build deploy",
"start": "netlify dev",
"start": "pnpm run dev",
"svg": "gulp svg",
"watch": "npm-run-all --parallel watch:*",
"watch:assets": "gulp",
@@ -58,7 +55,6 @@
"markdown-it-external-anchor": "^1.0.0",
"markdown-it-github-headings": "^2.0.0",
"moment": "^2.29.1",
"netlify-cli": "^3.39.4",
"node-addon-api": "^8.0.0",
"node-gyp": "^10.1.0",
"npm-run-all": "^4.1.5",