Skip to content

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Oct 4, 2023
1 parent 0bb36d4 commit a9a1372
Show file tree
Hide file tree
Showing 3 changed files with 2,262 additions and 2,070 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transi
tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/source/

# This directory must match .babelrc .
transifex_temp = ./temp/babel-plugin-react-intl
transifex_temp = ./temp/babel-plugin-formatjs

build:
rm -rf ./dist
Expand All @@ -23,7 +23,7 @@ precommit:
npm audit

requirements:
npm install
npm ci

i18n.extract:
# Pulling display strings from .jsx files into .json files...
Expand Down
Loading

0 comments on commit a9a1372

Please sign in to comment.