Submodule init for CI
This commit is contained in:
parent
826cb3d331
commit
b07876077d
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,9 @@ jobs:
|
|||
- run:
|
||||
name: Clear node_airtunes2 cache
|
||||
command: rm -rf ~/.pnpm-store/tmp/_tmp_1469292_a6751613e03842bf2a6fa9a4b21c3e28 || true
|
||||
- run:
|
||||
name: Initialize Submodules
|
||||
command: git submodule update --init --recursive
|
||||
- run:
|
||||
name: Install Node Dependencies
|
||||
command: pnpm install --frozen-lockfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue