]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: check size in CI
authorEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 16:02:20 +0000 (12:02 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 16:02:20 +0000 (12:02 -0400)
.circleci/config.yml

index 12109abcee18058bdf686c2ca7682e3b3de81157..605a274d76bc75febdde2475d982f598eba8f1f2 100644 (file)
@@ -14,8 +14,8 @@ jobs:
           - v1-dependencies-{{ checksum "yarn.lock" }}
           - v1-dependencies-
 
-      - run: 
-          name: Installing Dependencies
+      - run:
+          name: Install Dependencies
           command: yarn --frozen-lockfile
 
       - save_cache:
@@ -24,6 +24,10 @@ jobs:
             - ~/.cache/yarn
           key: v1-dependencies-{{ checksum "yarn.lock" }}
 
-      - run: 
-          name: Running Tests
+      - run:
+          name: Run Tests
           command: yarn test --ci --runInBand
+
+      - run:
+          name: Check size
+          command: yarn size