diff options
| author | snermolaev <[email protected]> | 2025-06-05 09:12:40 +0300 |
|---|---|---|
| committer | snermolaev <[email protected]> | 2025-06-05 09:29:56 +0300 |
| commit | 171714cbadb8bf1a6db18829dd981c43c918badb (patch) | |
| tree | 50092e4e66b348a61f07bc9a03c4ac821d77822c | |
| parent | c0e716011642d9ac7e51ec27b8172a1adae3eb27 (diff) | |
TS_FAKEID for TS builds
commit_hash:9be668a6a9393094d22561be0b0f0d8fe0d0dce9
| -rw-r--r-- | build/conf/ts/ts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index 3f5825f88f4..3aff7bf80a2 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -10,7 +10,8 @@ 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"} +TS_FAKEID=${FAKEID}.2025-06-04 +NOTS_TOOL=${tool:"devtools/frontend_build_platform/nots/builder"} ${hide:TS_FAKEID} # Additional commands that module can add (with `&&` as delimiter), if set those will be executed # in build phase just before building the module. |
