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 20, 2024
1 parent c8f1eb7 commit 783fe3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
"documentationUrl": "https://github.com/nowsprinting/test-helper/blob/master/README.md",
"files": [
"Documentation~",
"Editor",
"Editor*",
"Runtime",
"Runtime*",
"RuntimeInternals",
"RuntimeInternals*",
"Tests",
"Tests*",
"LICENSE.md*",
"package.json*",
Expand Down

0 comments on commit 783fe3d

Please sign in to comment.