mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
feat: remove Netlify scripts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,5 +6,3 @@ dist
|
|||||||
src/includes/critical
|
src/includes/critical
|
||||||
.lazyimages.json
|
.lazyimages.json
|
||||||
|
|
||||||
# Local Netlify folder
|
|
||||||
.netlify
|
|
||||||
|
|||||||
@@ -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
4142
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user