mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This resolves a warning that was appearing when building/running the github-comment project: ``` warning: Ignoring duplicate product 'github-comment' ``` Tested by running: ``` cd scripts/github-comment/ swift run github-comment ``` And verifying that the above warning did not appear and that the command successfully built and executed.