diff options
author | robot-nots <robot-nots@yandex-team.com> | 2024-07-29 16:16:39 +0300 |
---|---|---|
committer | robot-nots <robot-nots@yandex-team.com> | 2024-07-29 16:29:10 +0300 |
commit | 33138dd1acb5060b68ec32a4b0a29759a5492b74 (patch) | |
tree | c7a2b31666ec715b9029874dde014dacee2b1c91 /build/conf/ts | |
parent | a962048130c7b8aeee4e48ca007c090321f9d0fb (diff) | |
download | ydb-33138dd1acb5060b68ec32a4b0a29759a5492b74.tar.gz |
feat(nots-builder): take v10 build resources into use
feat(nots-builder): take v10 build resources into use
Merge-commit to integrate 97eced154a1f0ba1d4772f03718f99ddcf42dc4c over eae5d905f423233dfd52bf46b6df568c31997fba
f5a29164291ef514917731ccbcc737c428a6b008
Diffstat (limited to 'build/conf/ts')
-rw-r--r-- | build/conf/ts/ts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index 4fb763242b..6e651cae70 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -6,7 +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= -NOTS_TOOL=${tool:"devtools/frontend_build_platform/nots/builder"} +NOTS_TOOL=${tool:"devtools/frontend_build_platform/nots/builder/as_tool"} TS_CONFIG_PATH=tsconfig.json |