Cleanup
This commit is contained in:
parent
3ffcd1b2c5
commit
e8f412381a
@ -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
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user