1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +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 5226013048
commit e92d79abff

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