From a0604c9f2c8df8aadefbd148aa67b700bb3c9d6f Mon Sep 17 00:00:00 2001 From: George Poulios Date: Fri, 7 Nov 2025 22:06:42 +0200 Subject: [PATCH] manually install patch-package Workaround for https://github.com/rollup/rollup/issues/6168 --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 32638ad..f161679 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,6 +33,7 @@ pushd "$REPO_DIR/$SUPERBLOCKS_PATH" if [ -n "$changed_files" ]; then # Install Superblocks CLI + npm install -g patch-package npm install -g @superblocksteam/cli@"${SUPERBLOCKS_CLI_VERSION}" superblocks --version