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 f7a4834d78
commit 090fa330d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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