Add debug log level to lerna bootstrap

This commit is contained in:
Rory Powell 2022-06-07 08:55:32 +01:00
parent 5226013048
commit e92d79abff
1 changed files with 1 additions and 2 deletions

View File

@ -38,9 +38,8 @@ jobs:
- name: Install Pro - name: Install Pro
run: yarn install:pro $BRANCH $BASE_BRANCH run: yarn install:pro $BRANCH $BASE_BRANCH
- run: yarn cache clean
- run: yarn - run: yarn
- run: yarn bootstrap - run: yarn bootstrap --loglevel debug
- run: yarn lint - run: yarn lint
- run: yarn build - run: yarn build
- run: yarn test - run: yarn test