[ENH] CI: Add check for platform-specific binaries in package-lock.json
- [ENH] CI: Add check for platform-specific binaries in package-lock.json
This introduces a new shell script and a corresponding GitLab CI job to verify that all required platform-specific binaries for @parcel/watcher are present in package-lock.json.
This automated check prevents incomplete lockfiles from being committed, resolving intermittent installation failures for developers on different operating systems and reducing the support burden.
Resolves this isue