Bootstrap before lint in release CI job
This commit is contained in:
parent
2e4116d40a
commit
3be016a3b8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue