Skip to content

Commit 5d8277b

Browse files
committed
Add serve script to run whisperasr and genaiscript serve
1 parent 28c192b commit 5d8277b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"action": "genaiscript run action-video-issue-analyzer --github-workspace --pull-request-comment --no-run-trace --out-output $GITHUB_STEP_SUMMARY",
1919
"start": "WHISPERASR_API_BASE=http://whisper:9000 npm run action",
2020
"dev": "clear && GITHUB_ISSUE=1 DEBUG=script npm run action",
21+
"serve": "npm run whisperasr:start && genaiscript serve",
2122
"release": "sh release.sh"
2223
}
2324
}

0 commit comments

Comments
 (0)