From 26d3e9955b230518d55296dc814cfeeb576cee30 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 16 Jan 2021 13:32:26 +0100 Subject: [PATCH] :heart: yarn global add serve --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1894d97..8863bc3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +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 serve + - run: yarn global add serve - run: yarn run build - run: yarn run test - save_cache: