From 3b3d8254bc78ecee5ed7cf4b92f408607411365a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 16 Aug 2021 10:24:26 +0100 Subject: [PATCH] fix(ci): exclude @percy/cli from depcheck --- ui/.depcheckrc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/.depcheckrc.yaml b/ui/.depcheckrc.yaml index 9cc5f80a9..efbc290c8 100644 --- a/ui/.depcheckrc.yaml +++ b/ui/.depcheckrc.yaml @@ -12,6 +12,7 @@ ignores: # devDeps - "@types/jest" - "@types/node" + - "@percy/cli" - "@percy/storybook" - "@storybook/preset-create-react-app" - "purgecss"