From 8acac13b42959d0d5c93c4b3784cd61d75ba8222 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 30 Dec 2021 18:01:05 +0100 Subject: [PATCH] chore: add deploy and publish tasks --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 2a5549d..0c5f995 100644 --- a/package.json +++ b/package.json @@ -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:*",