We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c054bbd commit 2cd4eb2Copy full SHA for 2cd4eb2
packages/cli/src/commands/compo/index.ts
@@ -316,7 +316,7 @@ async function compoAction(
316
}
317
318
319
- if (xfuncjsStep.input.spec.dependencies === "__DEPENDENCIES__") {
+ if (xfuncjsStep.input.spec.source.dependencies === ("__DEPENDENCIES__" as any)) {
320
// Check for package.json in the function directory
321
let dependencies: Record<string, string> = {}
322
const packageJsonPath = path.join(functionDir, "package.json")
0 commit comments