mirror of
https://github.com/kogakure/website-11ty-hamburg.stefanimhoff.de.git
synced 2026-02-03 20:25:30 +00:00
chore: add deploy and publish tasks
This commit is contained in:
@@ -10,9 +10,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",
|
||||||
"plop": "plop",
|
"plop": "plop",
|
||||||
"prebuild": "npm run clean",
|
"prebuild": "npm run clean",
|
||||||
"prestart": "npm run clean",
|
"prestart": "npm run clean",
|
||||||
|
"publish": "npm-run-all build deploy",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
"svg": "gulp svg",
|
"svg": "gulp svg",
|
||||||
"watch": "npm-run-all --parallel watch:*",
|
"watch": "npm-run-all --parallel watch:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user