diff --git a/config/build-order.mjs b/config/build-order.mjs index e4a00614570..5716287ac1b 100644 --- a/config/build-order.mjs +++ b/config/build-order.mjs @@ -6,7 +6,7 @@ import { designs, plugins, packages, software } from './software/index.mjs' * order. This file takes care of that */ -const first = [ 'core', 'config-helpers', 'remark-jargon' ] +const first = [ 'core', 'config-helpers', 'remark-jargon', 'pattern-info' ] const blocks = [ 'brian', 'titan', 'bella', 'breanna' ] const extended = [ 'bent', 'simon', 'carlton', 'ursula' ]