feat: unified ./install.sh script
This commit is contained in:
parent
7f01bec7e6
commit
7f282a59b7
3 changed files with 9 additions and 8 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue