fix: incorrect installCommand path
This commit is contained in:
parent
7f282a59b7
commit
e2b7c18692
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"installCommand": "./install.sh",
|
||||
"installCommand": "../install.sh",
|
||||
"buildCommand": "pnpm --filter @ily/www build",
|
||||
"outputDirectory": "dist"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue