install with yarn
This commit is contained in:
parent
e579968951
commit
36090564f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue