From 014e8b6888565dbd760ac2bcf2881ec55715dfc4 Mon Sep 17 00:00:00 2001 From: Ed Castro Date: Tue, 15 Oct 2024 15:27:15 -0300 Subject: [PATCH] fix: checks --- apps/commune-worker/package.json | 2 +- package.json | 2 +- packages/api/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/commune-worker/package.json b/apps/commune-worker/package.json index 2b7321b2..6f3f94fe 100644 --- a/apps/commune-worker/package.json +++ b/apps/commune-worker/package.json @@ -26,10 +26,10 @@ }, "devDependencies": { "@commune-ts/db": "workspace:*", - "@commune-ts/utils": "workspace:*", "@commune-ts/eslint-config": "workspace:*", "@commune-ts/prettier-config": "workspace:*", "@commune-ts/tsconfig": "workspace:*", + "@commune-ts/utils": "workspace:*", "@polkadot/api": "^11.1.1", "@polkadot/api-augment": "catalog:", "@types/express": "^4.17.21", diff --git a/package.json b/package.json index ed61a019..d824f9f5 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "scripts": { "build": "turbo run build", "clean": "git clean -xdf node_modules", - "clean:workspaces": "turbo run clean", "clean:all": "find . -type d \\( -name 'node_modules' -o -name '.next' -o -name '.turbo' -o -name 'dist' -o -name '.cache' \\) -prune -exec rm -rf '{}' +", + "clean:workspaces": "turbo run clean", "db:push": "turbo -F @commune-ts/db push", "db:studio": "turbo -F @commune-ts/db studio", "dev": "turbo watch dev", diff --git a/packages/api/package.json b/packages/api/package.json index 03790532..2727399f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -26,8 +26,8 @@ "@commune-ts/utils": "workspace:*", "@polkadot/util": "catalog:", "@polkadot/util-crypto": "catalog:", - "@trpc/server": "catalog:", "@trpc/client": "catalog:", + "@trpc/server": "catalog:", "jsonwebtoken": "^9.0.2", "superjson": "2.2.1", "zod": "catalog:"