From 1c90bc5e4653a26aea479855889b8669659b7e7c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 15 Mar 2024 23:34:08 +0100 Subject: [PATCH] fix(fleekci): add git if missing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83a5ba62..2205f1ed 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:chrome": "playwright test -c playwright.config.js --project chromium", "test:firefox": "playwright test -c playwright.config.js --project firefox", "test:node": "aegir test -t node -f dist-tsc/test/node.js --cov", - "postinstall": "patch-package" + "postinstall": "git --version || npm install git && patch-package" }, "browser": "./dist/src/index.js", "browserslist": [