1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Add debug log level to lerna bootstrap

This commit is contained in:
Rory Powell 2022-06-07 08:55:32 +01:00
parent 2e7c7b7050
commit 96e1703147

View file

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