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",