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 99120f0 commit e8aba31
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.random/blob/master/README.md",
"files": [
"Documentation~",
"Runtime",
"Runtime*",
"Tests",
"Tests*",
"LICENSE.md*",
"package.json*",
Expand Down

0 comments on commit e8aba31

Please sign in to comment.