NEO-139: fix Bruno operator-chain helper require path.

Use ./scripts/ from collection root so developer sandbox allows the import.
pull/179/head
VinPropane 2026-06-16 17:46:20 -04:00
parent 0dfc17486e
commit 329028429d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ docs {
}
script:pre-request {
const { completeOperatorChainQuestFlow } = require("../scripts/operator-chain-quest-flow-helper");
const { completeOperatorChainQuestFlow } = require("./scripts/operator-chain-quest-flow-helper");
await completeOperatorChainQuestFlow(bru);
}