From 370a0bdb3c9f6de940f071af3b91aa8546c3b6d5 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 8 Nov 2024 09:47:01 +0100 Subject: [PATCH] Increase verbosity for pushing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5127ed2..b992fa1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "new": "hugo-extended new content", "stylelint:check": "stylelint \"**/*.scss\"", "stylelint:fix": "stylelint --fix \"**/*.scss\"", - "deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net" + "deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net -- -v" }, "repository": { "type": "git",