Skip to content

Commit 04f2555

Browse files
authored
chore: enable TOOLSHED_API_URL in CLI builds (#1221)
1 parent f25c8b7 commit 04f2555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/build-binaries.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ async function buildBgCharmService(config: BuildConfig): Promise<void> {
232232
async function buildCli(config: BuildConfig): Promise<void> {
233233
console.log("Building CLI binary...");
234234
const envs = [
235+
"TOOLSHED_API_URL",
235236
"TSC_WATCHFILE",
236237
"TSC_NONPOLLING_WATCHER",
237238
"TSC_WATCHDIRECTORY",

0 commit comments

Comments
 (0)