diff options
author | miripiruni <miripiruni@yandex-team.com> | 2023-07-10 17:08:52 +0300 |
---|---|---|
committer | miripiruni <miripiruni@yandex-team.com> | 2023-07-10 17:08:52 +0300 |
commit | 4f13dda7060019a0d5c52a5648becd2a70454068 (patch) | |
tree | 82cc031ce573615241c3513826377521bd4eecb5 | |
parent | 3424811d47da3a8696b042c30ec54ec4c762600f (diff) | |
download | ydb-4f13dda7060019a0d5c52a5648becd2a70454068.tar.gz |
refactor: переместить контрибный модуль
-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 6ea452ae20..c56b351d58 100644 --- a/build/conf/ts/node_modules.conf +++ b/build/conf/ts/node_modules.conf @@ -1,6 +1,6 @@ PNPM_ROOT= PNPM_SCRIPT=$PNPM_ROOT/node_modules/pnpm/dist/pnpm.cjs -NPM_CONTRIBS_PATH=build/platform/yandex_specific/ts/contribs +NPM_CONTRIBS_PATH=contrib/typescript NODE_MODULES_BUNDLE_AS_OUTPUT= _NODE_MODULES_INS= _NODE_MODULES_OUTS= @@ -95,4 +95,4 @@ macro _FROM_NPM(NAME, VERSION, SKY_ID, INTEGRITY, INTEGRITY_ALGO, TARBALL_PATH) macro NODE_MODULES() { MESSAGE(Remove NODE_MODULES()) -}
\ No newline at end of file +} |