From 4121d6f69bc05e916aba88d09cd59540bc72d28d Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 16 Jan 2021 12:43:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7yarn=20build?= 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 e7afc9c..48cba33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: # fallback to using the latest cache if no exact match is found - dependencies- - run: yarn global add node-gyp && yarn install + - run: yarn run build - save_cache: paths: - node_modules