We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef81ef0 commit 9691496Copy full SHA for 9691496
1 file changed
Makefile
@@ -13,9 +13,9 @@ transifex_temp = ./temp/babel-plugin-formatjs
13
NPM_TESTS=build i18n_extract lint test
14
15
# 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 =
+ATLAS_EXTRA_SOURCES ?=
+ATLAS_EXTRA_INTL_IMPORTS ?=
+ATLAS_OPTIONS ?=
19
20
.PHONY: test
21
test: $(addprefix test.npm.,$(NPM_TESTS)) ## validate ci suite
0 commit comments