chore: add deploy task

This commit is contained in:
Stefan Imhoff
2022-02-08 20:14:50 +01:00
parent 165152beba
commit ab3d78fe66

View File

@@ -9,6 +9,7 @@
"build:sw": "workbox generateSW workbox.config.js",
"clean": "npx del dist",
"debug": "DEBUG=* npx eleventy",
"deploy": "netlify deploy --prod",
"prebuild": "npm run clean",
"prestart": "npm run clean",
"publish": "npm-run-all build deploy",