feat: unified ./install.sh script

This commit is contained in:
Lewis Wynne 2026-01-31 22:52:53 +00:00
parent 7f01bec7e6
commit 7f282a59b7
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{
"installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive --remote && pnpm install",
"installCommand": "./install.sh",
"buildCommand": "pnpm --filter @ily/www build",
"outputDirectory": "dist"
}