diff options
author | khoden <khoden@yandex-team.com> | 2024-08-06 10:59:46 +0300 |
---|---|---|
committer | khoden <khoden@yandex-team.com> | 2024-08-06 11:18:50 +0300 |
commit | 9d41cdb89df0c2f28c2ad59318ee2709def3f31d (patch) | |
tree | a51d815cc5bc72910d1aa3246eb64ae8fb045697 /build/conf | |
parent | 6da98cd7aef7a8a7d13bb1f4646ab9cb99c5c5f3 (diff) | |
download | ydb-9d41cdb89df0c2f28c2ad59318ee2709def3f31d.tar.gz |
nots/builder: builder as prebuilt-tool
5fb9fd433f0bfd678a9f20c9dcada12f65098240
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/ts/ts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index 47c1aebd2f..4ef7732e50 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -6,6 +6,7 @@ TS_LOCAL_CLI=no TS_YNDEXING=no # Use outdir defined in tsconfig (actual not for bundlers, they use own way to define output directory) TS_CONFIG_USE_OUTDIR= +TS_USE_PREBUILT_NOTS_TOOL=yes NOTS_TOOL=${tool:"devtools/frontend_build_platform/nots/builder"} |