1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

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

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