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
fix(issuance): remove redundant compilation from test build script
The build:dep step already compiles @graphprotocol/issuance as a dependency,
so the explicit --filter @graphprotocol/issuance compile in build:self was
redundant and inefficient.
Now follows the same pattern as packages/contracts/test which only builds
dependencies without redundant compilation steps.
0 commit comments