From b43149d59473425ebd5d92e183a8198e306513d9 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 6 Oct 2021 13:18:10 +0200 Subject: [PATCH] bug: bump the cache so the build passes Signed-off-by: blam --- plugins/graphql-backend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index e6bfe39215..e87bd52934 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -5,6 +5,7 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", + "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js",