Update .npmignore path to include all subdirectories of dist (#9129)

The dist/* pattern was including only the first level of files inside
the dist folder.

Update to no longer wildcard to include all the folder contents
This commit is contained in:
Rory Powell 2022-12-20 12:29:36 +00:00 committed by GitHub
parent 114ec853f0
commit 38fda12288
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
*
!dist/*
!dist