From 566706262f47ea6635538a9977c7105fa3765cdd Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Tue, 10 Sep 2019 12:19:39 +0200 Subject: [PATCH] chore: Fix graphqlconfig path to admin-ui --- .graphqlconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.graphqlconfig b/.graphqlconfig index ac6d34a8e6..9582b868d2 100644 --- a/.graphqlconfig +++ b/.graphqlconfig @@ -1,4 +1,4 @@ { "schemaPath": "./schema-admin.json", - "excludes": ["./packages/core/**/*.graphql", "./admin-ui/**/*.graphql"] + "excludes": ["./packages/core/**/*.graphql", "./packages/admin-ui/**/*.graphql"] }