Git submodule

This commit is contained in:
Maurício Szabo 2022-10-26 17:40:59 -03:00 committed by Maurício Szabo
parent 273bb6e5d6
commit 2b104d4c1a

View File

@ -130,6 +130,8 @@ intel_mac_task:
- export PATH="/usr/local/bin:$PATH"
- arch -x86_64 brew install node@16 yarn git python
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin/python3:$PATH"
- git submodule init
- git submodule update
- yarn install || yarn install
- ln -s /usr/local/opt/python3 /usr/local/bin/python
- arch -x86_64 npx yarn install || arch -x86_64 npx yarn install