From 86a6d27ecfe52d329e4106e3a296eea9559e741d Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 25 Mar 2026 20:44:28 +0000 Subject: [PATCH] fix: removed deprecated install.sh --- install.sh | 8 -------- www/vercel.json | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100755 install.sh diff --git a/install.sh b/install.sh deleted file mode 100755 index 22debc6..0000000 --- a/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -set -e - -cd "$(dirname "$0")" -[ -n "$GITHUB_ACCESS_TOKEN" ] && git config --global url."https://${GITHUB_ACCESS_TOKEN}@github.com/".insteadOf "git@github.com:" -git submodule update --init --remote --merge www/src/content -git -C www/src/content checkout main -pnpm install diff --git a/www/vercel.json b/www/vercel.json index ff19401..ae32563 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "../install.sh", + "installCommand": "pnpm install", "buildCommand": "pnpm --filter @ily/www build", "outputDirectory": "dist", "redirects": [