We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ccb8a commit 62099a5Copy full SHA for 62099a5
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