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 e9572b86d9
commit 7a815ed400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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