diff options
| -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. |
