From 02e21d1b9abc86601a8cf382b4946bba71221d60 Mon Sep 17 00:00:00 2001 From: Igor Ognichenko Date: Sat, 9 Jan 2021 09:43:03 +0200 Subject: [PATCH] Add .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bed86ca..62e8e54 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,4 +19,4 @@ jobs: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: yarn build - - run: yarn test + - run: yarn test \ No newline at end of file