Skip to content

Commit 1a794a8

Browse files
committed
Updated language build.
1 parent 519395c commit 1a794a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+41052
-677
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build-components": "rollup -c rollup.components.config.mjs",
2323
"build-tracker": "rollup -c rollup.tracker.config.mjs",
2424
"build-db": "npm-run-all copy-db-files build-db-client",
25-
"build-lang": "npm-run-all format-lang compile-lang clean-lang download-country-names download-language-names",
25+
"build-lang": "npm-run-all format-lang compile-lang download-country-names download-language-names clean-lang",
2626
"build-geo": "node scripts/build-geo.js",
2727
"build-db-schema": "prisma db pull",
2828
"build-db-client": "prisma generate",
@@ -37,7 +37,7 @@
3737
"generate-lang": "npm-run-all extract-messages merge-messages",
3838
"format-lang": "node scripts/format-lang.js",
3939
"compile-lang": "formatjs compile-folder --ast build/messages public/intl/messages",
40-
"clean-lang": "prettier --write ./public/intl/messages/*.json",
40+
"clean-lang": "prettier --write ./public/intl/**/*.json",
4141
"check-lang": "node scripts/check-lang.js",
4242
"download-country-names": "node scripts/download-country-names.js",
4343
"download-language-names": "node scripts/download-language-names.js",

0 commit comments

Comments
 (0)