From 98445208a5f3ab7424a57da35c326e51ebcbc321 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Wed, 13 Feb 2019 16:46:05 +0100 Subject: [PATCH] feat: fix ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a59b5027..23123c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,8 +29,8 @@ jobs: paths: - node_modules - persist_to_workspace: - -root: . - -paths: . + root: . + paths: . "Test: lint": <<: *defaults