From 4a21ffa81d66feed36d12c289ce8e963a2071ab4 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 18 Mar 2022 17:30:43 -0500 Subject: [PATCH] fix(build): force https for git repositories --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49a9d09037..52da880281 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "start": "gulp nodemon", "debug": "gulp nodemon --inspect", "mongo:dev": "run-rs -v 4.2.8 -l ubuntu1804 --keep --dbpath mongodb-data --number 1 --quiet", - "postinstall": "gulp build && cd website/client && npm install", + "postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install", "apidoc": "gulp apidoc" }, "devDependencies": {