feat: fetch latest submodule from remote
This commit is contained in:
parent
812b58a0da
commit
9a40597b1f
1 changed files with 1 additions and 1 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 && pnpm install",
|
||||
"installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive --remote && pnpm install",
|
||||
"buildCommand": "pnpm --filter @ily/www build",
|
||||
"outputDirectory": "dist"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue