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 Apr 21, 2024
1 parent ae71a95 commit c7f0241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"documentationUrl": "https://github.com/nowsprinting/test-helper.input/blob/master/README.md",
"files": [
"Documentation~",
"Runtime",
"Runtime*",
"Tests",
"Tests*",
"LICENSE.md*",
"package.json*",
Expand Down

0 comments on commit c7f0241

Please sign in to comment.