Skip to content

Commit

Permalink
fix: checks
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Oct 15, 2024
1 parent 95dca4d commit 014e8b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/commune-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 014e8b6

Please sign in to comment.