fix: incorrect installCommand path

This commit is contained in:
Lewis Wynne 2026-01-31 22:55:23 +00:00
parent 7f282a59b7
commit e2b7c18692

View file

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