We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4f8a2 commit 42d3151Copy full SHA for 42d3151
lib/deps.js
@@ -27,7 +27,7 @@ const getDependencies = (opt, files) => {
27
'frequencies',
28
],
29
routes: [
30
- ...(routesWithoutAgencyId ? [] : ['agency']),
+ ...(routesWithoutAgencyId && !files.includes('agency') ? [] : ['agency']),
31
32
trips: [
33
'routes',
0 commit comments