From 10d1cc0522ba7525504f79d55a284ea44384b8af Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 16 Jan 2021 13:41:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9Aserve=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8863bc3..0936563 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,7 @@ jobs: - run: yarn global add serve - run: yarn run build - run: yarn run test + - run: yarn run serve - save_cache: paths: - node_modules