Skip to content

Commit 6c329ea

Browse files
committed
fix: convert workflows barrel to directory for Temporal bundler
Signed-off-by: anilb <epipav@gmail.com>
1 parent 1a023ae commit 6c329ea

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/packages_worker/src/npm/schedule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ScheduleAlreadyRunning, ScheduleOverlapPolicy } from '@temporalio/clien
22

33
import { svc } from '../service'
44

5-
import { npmHello } from './workflows'
5+
import { npmHello } from '../workflows'
66

77
export async function scheduleNpmIngest(): Promise<void> {
88
const { temporal } = svc

services/apps/packages_worker/src/workflows.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { npmHello } from '../npm/workflows'

0 commit comments

Comments
 (0)