From 70015100498bc9a1b84f99108848c3f4054ea04a Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 31 Aug 2018 17:34:52 +0200 Subject: [PATCH] Compile before lint --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd98d8c41..721a4c701 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,6 +45,9 @@ jobs: - checkout - attach_workspace: at: ~/coralproject/talk + - run: + name: Compile schemas and types + command: npm run compile - run: name: Perform linting command: npm run lint