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:
parent
f7a4834d78
commit
090fa330d2
|
@ -1,2 +1,2 @@
|
|||
*
|
||||
!dist/*
|
||||
!dist
|
Loading…
Reference in New Issue