From ab3d78fe66be42bcde902d814a5fc76e15f96d87 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 8 Feb 2022 20:14:50 +0100 Subject: [PATCH] chore: add deploy task --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6971187..2f1a877 100644 --- a/package.json +++ b/package.json @@ -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",