link-assets package was using glob dependency that was not declared. Replaced it with fast-glob. Done the same for local scripts too and removed the glob entirely.
Test Plan:
Green CI, please test locally
Checklist
[ ] Documentation is up to date to reflect these changes.
[ ] Follows commit message convention described in CONTRIBUTING.md
Summary:
link-assets
package was usingglob
dependency that was not declared. Replaced it withfast-glob
. Done the same for local scripts too and removed theglob
entirely.Test Plan:
Green CI, please test locally
Checklist