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 6202398 commit edd4cc4Copy full SHA for edd4cc4
Makefile
@@ -6,7 +6,7 @@ i18n = ./src/i18n
6
transifex_input = $(i18n)/transifex_input.json
7
8
# This directory must match .babelrc .
9
-transifex_temp = ./temp/babel-plugin-react-intl
+transifex_temp = ./temp/babel-plugin-formatjs
10
11
build:
12
rm -rf ./dist
@@ -17,7 +17,7 @@ build:
17
@rm -rf dist/__mocks__
18
19
requirements:
20
- npm install
+ npm ci
21
22
i18n.extract:
23
# Pulling display strings from .jsx files into .json files...
0 commit comments