diff options
author | zaverden <zaverden@yandex-team.com> | 2024-08-09 08:55:45 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-08-09 09:07:25 +0300 |
commit | 01c244076acb5711ad2b8ac37a218888494055b2 (patch) | |
tree | d75a8d40edd8a23616047856419af94a7e6c1ab7 /build | |
parent | 3feede1c65c327a3412d4e312ec30cd4bc961fb6 (diff) | |
download | ydb-01c244076acb5711ad2b8ac37a218888494055b2.tar.gz |
feat(conf): contrib module is not used by default
82750ece238342a34edc9444781741c7a5415ddc
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/ts/node_modules.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/ts/node_modules.conf b/build/conf/ts/node_modules.conf index 7e67059450..839ad348f1 100644 --- a/build/conf/ts/node_modules.conf +++ b/build/conf/ts/node_modules.conf @@ -7,13 +7,13 @@ NPM_SCRIPT=$NPM_ROOT/node_modules/npm/bin/npm-cli.js PM_SCRIPT= PM_TYPE= -NPM_CONTRIBS_PATH=contrib/typescript +NPM_CONTRIBS_PATH=- # combined input/outputs records as list of directives ${input;hide:<path>} ${output;hide:<path>}, used in builders _NODE_MODULES_INOUTS= _YATOOL_PREBUILDER_ARG= macro CUSTOM_CONTRIB_TYPESCRIPT(P) { - SET(NPM_CONTRIBS_PATH $P) + SET(NPM_CONTRIBS_PATH -) } macro NO_CONTRIB_TYPESCRIPT() { |