fix: env variables fetching issue for translations (#766)

This commit is contained in:
Ejaz Ahmad
2025-12-17 18:47:23 +05:00
committed by GitHub
parent 19ccb8ab87
commit 62099a50eb

View File

@@ -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