This commit is contained in:
Kieran 2023-09-12 15:57:28 +01:00
parent 3ffcd1b2c5
commit e8f412381a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
3 changed files with 1 additions and 3 deletions

View File

@ -93,7 +93,7 @@ steps:
- yarn install
- npx @crowdin/cli upload sources -b main -T $CTOKEN
- npx @crowdin/cli pull -b main -T $CTOKEN
- yarn workspace @snort/app format
- yarn prettier --write .
- git add .
- 'git commit -a -m "chore: Update translations"'
- git push -u origin main

View File

@ -44,7 +44,6 @@
"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 .",
"eslint": "eslint ."
},
"eslintConfig": {

View File

@ -34,7 +34,6 @@
"@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2",
"@snort/shared": "^1.0.5",
"@snort/system-query": "workspace:*",
"@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4",
"dexie": "^3.2.4",