Skip to content

Commit e58d10c

Browse files
committed
fix(cli): add missing INLINED_SOCKET_CLI_PYCLI_VERSION to ENV
Added INLINED_SOCKET_CLI_PYCLI_VERSION to envSnapshot to fix TypeScript error in src/utils/python/standalone.mts.
1 parent 0db900f commit e58d10c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/constants/env.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ const envSnapshot = {
239239
process.env['INLINED_SOCKET_CLI_PYTHON_BUILD_TAG'],
240240
INLINED_SOCKET_CLI_PYTHON_VERSION:
241241
process.env['INLINED_SOCKET_CLI_PYTHON_VERSION'],
242+
INLINED_SOCKET_CLI_PYCLI_VERSION:
243+
process.env['INLINED_SOCKET_CLI_PYCLI_VERSION'],
242244
INLINED_SOCKET_CLI_SENTRY_BUILD:
243245
process.env['INLINED_SOCKET_CLI_SENTRY_BUILD'],
244246
INLINED_SOCKET_CLI_SYNP_VERSION:

0 commit comments

Comments
 (0)