You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prepack build script from incoming migration packages interfere with the release CI and need to be replaced with the prepack script in the root package.json.
This constraints.pro rule should enforce that redundant prepack scripts in non-root packages are removed.
## Explanation
The `prepack` build script from incoming migration packages interfere with the release CI and need to be replaced with the `prepack` script in the root `package.json`.
This `constraints.pro` rule enforces that redundant `prepack` scripts in non-root packages are removed.
## References
- See #1902
- See https://github.com/MetaMask/core/actions/runs/6629214754/job/18008299892?pr=1897
- Closes#1906
## Changelog
N/A
The
prepack
build script from incoming migration packages interfere with the release CI and need to be replaced with theprepack
script in the rootpackage.json
.This
constraints.pro
rule should enforce that redundantprepack
scripts in non-root packages are removed.Originally posted by @Mrtenz in #1902 (review)
Removing redundant/irrelevant build scripts has been added as a step in the migration checklist: #1551 (comment) (B-3)
The text was updated successfully, but these errors were encountered: