Skip to content

Commit df53c7c

Browse files
feanilclaudearbrandes
authored
build: remove unused @edx/reactifex package (#813)
* build: remove unused @edx/reactifex package Remove @edx/reactifex package from devDependencies as it is no longer needed. Translation extraction functionality has been verified to work correctly without this dependency. Co-Authored-By: Claude <[email protected]> * build: Drop the push_translations target. That work is now done by the openedx-translations repo. --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Adolfo R. Brandes <[email protected]>
1 parent 902490c commit df53c7c

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ detect_changed_source_translations:
4141
# Checking for changed translations...
4242
git diff --exit-code $(i18n)
4343

44-
# Pushes translations to Transifex. You must run make extract_translations first.
45-
push_translations:
46-
# Pushing strings to Transifex...
47-
tx push -s
48-
# Fetching hashes from Transifex...
49-
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
50-
# Writing out comments to file...
51-
$(transifex_utils) $(transifex_temp) --comments --v3-scripts-path
52-
# Pushing comments to Transifex...
53-
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
54-
5544
pull_translations:
5645
rm -rf src/i18n/messages
5746
mkdir src/i18n/messages

package-lock.json

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
},
6262
"devDependencies": {
6363
"@edx/browserslist-config": "1.2.0",
64-
"@edx/reactifex": "1.1.0",
6564
"@openedx/frontend-build": "^14.6.2",
6665
"@testing-library/jest-dom": "5.17.0",
6766
"@testing-library/react": "14.3.1",

0 commit comments

Comments
 (0)