fine, we go back to npm

This commit is contained in:
yazninja 2023-05-09 22:39:18 +03:00
parent 36090564f8
commit 376a2c8c0e
3 changed files with 445 additions and 487 deletions

View file

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