Skip to content

Commit

Permalink
Add specify directories for publishing in the files field
Browse files Browse the repository at this point in the history
Maybe the glob rule changed for the files field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
  • Loading branch information
nowsprinting committed Mar 10, 2024
1 parent 01c85a3 commit 5a74515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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*",
Expand Down

0 comments on commit 5a74515

Please sign in to comment.