install with yarn

This commit is contained in:
yazninja 2023-05-09 22:26:36 +03:00
parent e579968951
commit 36090564f8

View file

@ -22,7 +22,7 @@ jobs:
command: git submodule update --init --recursive
- run:
name: Install Node Dependencies
command: npm run bootstrap
command: npm run bootstrap && yarn install
- run:
name: TypeScript Compile
command: npm run build