mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
1008 B
1008 B
Patches
👉 README, I'M IMPORTANT:
- Whenever you create or remove a patch, make sure to create/remove a brief explanation why.
- Remove the patch as soon as we can update to a version that no longer requires the patch.
- Known problem:
patch-packagesdoes not work well withyarn workspaces focus.- Check cases in github action
ymls where both are used. - Check for problematic packages, e.g.
electron-builderpatched whensuite-native/appis focused - A quick hotfix can be as simple as
rm patches/some.patchin theyml(patches are temporary anyway)
- Check cases in github action
expo-modules-core
Native-only, but does not break any CI.
Gets rid of The global process.env.EXPO_OS is not defined. This should be inlined by babel-preset-expo during transformation.
warning while running unit tests. Probably caused by an issue reported here or here.
blakejs
May be outdated, TODO investigate