mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 12:15:28 +00:00
feat: remove Netlify scripts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user