From d5a5908863bc1f5086008356b3004e5836123db5 Mon Sep 17 00:00:00 2001 From: NicolasLepinette Date: Sun, 28 Mar 2021 18:20:53 +0200 Subject: [PATCH] update --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1a4fae..928db2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,10 @@ jobs: - yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }} - run: name: Format check - command: yarn format:check --write + command: yarn format:check --write + - run: + name: Start + command: npm start - run: name: Test command: yarn test