From 616be8076c60fa2e4753d2d0f0fab66de94caecb Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 14 Feb 2025 13:11:57 +0100 Subject: [PATCH] fix: Fix postinstall when no make upgrade is available. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27c448c..2b14f60 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "node": ">=18.18" }, "scripts": { - "postinstall": "cd $INIT_CWD && make upgrade", + "postinstall": "cd $INIT_CWD && make upgrade || true", "test": "jest" }, "author": {