Make transpilation setup local to this repo (#4041)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -13,6 +13,7 @@ describe('migrate-imports.js', function () {
|
||||
try {
|
||||
await fs.access(path.join('contracts', p), F_OK);
|
||||
} catch (e) {
|
||||
if (p.startsWith('proxy/')) continue; // excluded from transpilation of upgradeable contracts
|
||||
await fs.access(path.join('contracts', getUpgradeablePath(p)), F_OK);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user