chore: add deploy and publish tasks

This commit is contained in:
Stefan Imhoff
2021-12-30 18:01:05 +01:00
parent 7884d7bcaf
commit 8acac13b42

View File

@@ -10,9 +10,11 @@
"build:sw": "workbox generateSW workbox.config.js",
"clean": "npx del dist",
"debug": "DEBUG=* npx eleventy",
"deploy": "netlify deploy --prod",
"plop": "plop",
"prebuild": "npm run clean",
"prestart": "npm run clean",
"publish": "npm-run-all build deploy",
"start": "npm run watch",
"svg": "gulp svg",
"watch": "npm-run-all --parallel watch:*",