From ea2c5991e97451131bf9bae4b6a76f504c88d533 Mon Sep 17 00:00:00 2001 From: jajjibhai008 Date: Wed, 17 Dec 2025 16:09:45 +0500 Subject: [PATCH] fix: env variables fecthing issue for translations --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0c5c9bb2c..3d3ce5b55 100755 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ transifex_temp = ./temp/babel-plugin-formatjs NPM_TESTS=build i18n_extract lint test # Variables for additional translation sources and imports (define in edx-internal if needed) -ATLAS_EXTRA_SOURCES = -ATLAS_EXTRA_INTL_IMPORTS = -ATLAS_OPTIONS = +ATLAS_EXTRA_SOURCES ?= +ATLAS_EXTRA_INTL_IMPORTS ?= +ATLAS_OPTIONS ?= .PHONY: test test: $(addprefix test.npm.,$(NPM_TESTS)) ## validate ci suite