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.
2 parents 28fce1f + 7de29a1 commit 3b79871Copy full SHA for 3b79871
packages/cli-kit/src/public/node/custom-oclif-loader.ts
@@ -26,8 +26,11 @@ export class ShopifyConfig extends Config {
26
path,
27
}
28
29
- super(options)
+ }
30
+
31
+ super(options)
32
33
+ if (isDevelopment()) {
34
// @ts-expect-error: This is a private method that we are overriding. OCLIF doesn't provide a way to extend it.
35
// eslint-disable-next-line @typescript-eslint/unbound-method
36
this.determinePriority = this.customPriority
0 commit comments