Merge remote-tracking branch 'soapbox/develop' into update-emoji-mart-2

This commit is contained in:
marcin mikołajczak
2023-02-28 20:48:21 +01:00
5 changed files with 37 additions and 9 deletions

View File

@ -21,6 +21,7 @@
"build": "npx webpack",
"audit:fix": "npx yarn-audit-fix",
"manage:translations": "npx ts-node ./scripts/translationRunner.ts",
"i18n": "rm -rf build tmp && npx cross-env NODE_ENV=production ${npm_execpath} run build && ${npm_execpath} manage:translations en",
"test": "npx cross-env NODE_ENV=test npx jest",
"test:coverage": "${npm_execpath} run test --coverage",
"test:all": "${npm_execpath} run test:coverage && ${npm_execpath} run lint",