Skip to content

Commit 62099a5

Browse files
authored
fix: env variables fetching issue for translations (#766)
1 parent 19ccb8a commit 62099a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ transifex_temp = ./temp/babel-plugin-formatjs
1313
NPM_TESTS=build i18n_extract lint test
1414

1515
# Variables for additional translation sources and imports (define in edx-internal if needed)
16-
ATLAS_EXTRA_SOURCES =
17-
ATLAS_EXTRA_INTL_IMPORTS =
18-
ATLAS_OPTIONS =
16+
ATLAS_EXTRA_SOURCES ?=
17+
ATLAS_EXTRA_INTL_IMPORTS ?=
18+
ATLAS_OPTIONS ?=
1919

2020
.PHONY: test
2121
test: $(addprefix test.npm.,$(NPM_TESTS)) ## validate ci suite

0 commit comments

Comments
 (0)