silverstripe / silverstripe-graphql

Serves Silverstripe data as GraphQL representations
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

Run dev/build add-on only once #544

Closed NightJar closed 1 year ago

NightJar commented 1 year ago

Instead of once for every DataObject that exists in the project. Although there's an early exist after the first execution runs, there are N-1 more runs checking the same thing. This isn't really a change, nor impactful... it is just a touch of code hygiene :)

Because, well, lol image

GuySartorelli commented 1 year ago

Failing behat test is unrelated