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": {