From d384910e88c856ab177c56606a7b69bdaf672e02 Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Mon, 12 Feb 2024 10:05:12 +0800 Subject: [PATCH] chore: fix types --- builds/services.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/services.ts b/builds/services.ts index 25684e0c..98d03516 100755 --- a/builds/services.ts +++ b/builds/services.ts @@ -4,6 +4,7 @@ import type { RunOptions } from '../types.d.ts' export async function build(options: RunOptions) { return runInRepo({ ...options, + branch: 'master', repo: 'volarjs/services', build: 'build', })