From e8f412381a937bf3a756c5af2bb98f55e6e5da6e Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 12 Sep 2023 15:57:28 +0100 Subject: [PATCH] Cleanup --- .drone.yml | 2 +- packages/app/package.json | 1 - packages/system/package.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e9a7d9bd..121a3d83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/packages/app/package.json b/packages/app/package.json index d3a6454d..c83e6437 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -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": { diff --git a/packages/system/package.json b/packages/system/package.json index b10f9a48..434683af 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -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",