In this [PR](https://github.com/decentraland/js-sdk-toolchain/pull/1092), we moved the check local packages logic to a Github Action. This way, we could generate the artifacts but don't allow the merge to `main`. We need to add a flag [here](https://github.com/decentraland/js-sdk-toolchain/pull/1092/files#diff-5bcc51640b90882ca982f7d27489178dd392a064d60d7dfb9e01a986dcd85363R38) to execute `checkNoLocalPackages(projectDirectory)` when merging.
In this PR, we moved the check local packages logic to a Github Action. This way, we could generate the artifacts but don't allow the merge to
main.We need to add a flag here to execute
checkNoLocalPackages(projectDirectory)when merging.