diff options
author | zaverden <zaverden@yandex-team.com> | 2024-08-20 06:58:03 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-08-20 07:08:16 +0300 |
commit | f7e19932f2630ec28c3a7f777f6af17f94b3b267 (patch) | |
tree | cbc483ec13aa138fe492c232c85a0ce1a2572854 /build/conf | |
parent | d7f90be4374ff2ca96fe47d83db388621170c470 (diff) | |
download | ydb-f7e19932f2630ec28c3a7f777f6af17f94b3b267.tar.gz |
feat(conf): disable FROM_NPM_LOCKFILES logic
e4ed06d919d0a10c836deb466f29723dfa01b63a
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/ts/node_modules.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/ts/node_modules.conf b/build/conf/ts/node_modules.conf index 839ad348f1..6c73cd17df 100644 --- a/build/conf/ts/node_modules.conf +++ b/build/conf/ts/node_modules.conf @@ -46,9 +46,10 @@ module NPM_CONTRIBS: _BARE_UNIT { ### ### @see [NPM_CONTRIBS()](#module_NPM_CONTRIBS) macro FROM_NPM_LOCKFILES(LOCKFILES...) { - SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS $LOCKFILES) + # SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS $LOCKFILES) # See implementation in build/plugins/nots.py - _FROM_NPM_LOCKFILES($LOCKFILES) + # _FROM_NPM_LOCKFILES($LOCKFILES) + MESSAGE("NPM_CONTRIBS and FROM_NPM_LOCKFILES are disabled. Please exclude them from your build process") } FROM_NPM_CWD=$ARCADIA_BUILD_ROOT/$NPM_CONTRIBS_PATH |