From 5a74515454ad161ae665a0f32351aff511cbd593 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Mon, 11 Mar 2024 08:13:16 +0900 Subject: [PATCH] Add specify directories for publishing in the `files` field Maybe the glob rule changed for the files field from Node 16. It seems `*` only applies to files and skips directories. see: https://github.com/openupm/openupm-pipelines/issues/14 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7add40a..4e3be7e 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,14 @@ "displayName": "Anjin", "documentationUrl": "https://github.com/DeNA/Anjin/blob/master/README.md", "files": [ + "Annotations", "Annotations*", "Documentation~", + "Editor", "Editor*", + "Runtime", "Runtime*", + "Tests", "Tests*", "package.json*", "LICENSE*",