refactor(monorepo): remove root cmd entrypoints
This commit is contained in:
@@ -63,7 +63,7 @@ func inboxCommandPath() string {
|
||||
panic("unable to determine orch test helper path")
|
||||
}
|
||||
|
||||
return filepath.Join(filepath.Dir(file), "..", "..", "..", "..", "..", "cmd", "inbox")
|
||||
return filepath.Join(filepath.Dir(file), "..", "..", "..", "..", "..", "packages", "inbox-runtime", "cmd", "inbox")
|
||||
}
|
||||
|
||||
func mustDecodeJSON(t *testing.T, raw string, target any) {
|
||||
|
||||
Reference in New Issue
Block a user