fix: removed deprecated install.sh

This commit is contained in:
Lewis Wynne 2026-03-25 20:44:28 +00:00
parent 20e72afa44
commit 86a6d27ecf
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
{ {
"installCommand": "../install.sh", "installCommand": "pnpm install",
"buildCommand": "pnpm --filter @ily/www build", "buildCommand": "pnpm --filter @ily/www build",
"outputDirectory": "dist", "outputDirectory": "dist",
"redirects": [ "redirects": [