Bootstrap before lint in release CI job

This commit is contained in:
Martin McKeaveney 2021-06-29 17:37:58 +01:00 committed by GitHub
parent 2e4116d40a
commit 3be016a3b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ jobs:
with:
node-version: 12.x
- run: yarn
- run: yarn lint
- run: yarn bootstrap
- run: yarn lint
- run: yarn build
- run: yarn test