Skip to content

Commit

Permalink
fix: fix makefile for reactifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ansabgillani committed Mar 28, 2022
1 parent 2181097 commit 8e8c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/studio-f
push_translations: | i18n.extract
# Transifex is set up to watch transifex_input.json, but that filetype lacks comments
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
$$(npm bin)/reactifex ./src/data/i18n/default/src/components/ --comments --v3-scripts-path
$$(npm bin)/transifex-utils.js ./src/data/i18n/default --comments --v3-scripts-path
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh

pull_translations: ## must be exactly this name for edx tooling support, see ecommerce-scripts/transifex/pull.py
Expand Down

0 comments on commit 8e8c5d8

Please sign in to comment.