This commit is contained in:
2023-06-08 05:39:10 +01:00
parent ae6618f0ed
commit 8e6a1ecbc2
8 changed files with 70 additions and 41 deletions

View File

@ -48,7 +48,7 @@
"scripts": {
"start": "webpack serve",
"build": "webpack --node-env=production",
"test": "jest",
"test": "jest --runInBand",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"format": "prettier --write .",