ci: check size in CI

This commit is contained in:
Evan You 2019-10-15 12:02:20 -04:00
parent e3b14f5904
commit eb28d45933

View File

@ -15,7 +15,7 @@ jobs:
- v1-dependencies- - v1-dependencies-
- run: - run:
name: Installing Dependencies name: Install Dependencies
command: yarn --frozen-lockfile command: yarn --frozen-lockfile
- save_cache: - save_cache:
@ -25,5 +25,9 @@ jobs:
key: v1-dependencies-{{ checksum "yarn.lock" }} key: v1-dependencies-{{ checksum "yarn.lock" }}
- run: - run:
name: Running Tests name: Run Tests
command: yarn test --ci --runInBand command: yarn test --ci --runInBand
- run:
name: Check size
command: yarn size