Skip to content

Commit

Permalink
chore: Update turborepo to v2 🛠️
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 authored and dudo50 committed Jul 4, 2024
1 parent 320d4bf commit 370822e
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 118 deletions.
3 changes: 1 addition & 2 deletions apps/visualizator-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@apollo/server": "^4.10.4",
Expand Down
24 changes: 0 additions & 24 deletions apps/visualizator-be/test/app.e2e-spec.ts

This file was deleted.

9 changes: 0 additions & 9 deletions apps/visualizator-be/test/jest-e2e.json

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"turbo": "^1.13.0",
"turbo": "^2.0.6",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vitest": "^1.6.0"
Expand All @@ -28,13 +28,16 @@
"lint": "turbo run lint",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"test:integration": "turbo run test:watch",
"test:integration": "turbo run test:integration",
"test:e2e": "turbo run test:e2e",
"build": "turbo run build",
"run:playground": "pnpm --filter=playground dev",
"run:api": "pnpm --filter=xcm-api start:dev",
"run:landing-page": "pnpm --filter=landing-page dev",
"run:updateAssets": "pnpm --filter=sdk updateAssets",
"run:updateRouterAssets": "pnpm --filter=xcm-router updateAssets",
"run:updatePallets": "pnpm --filter=sdk updatePallets",
"run:updateEds": "pnpm --filter=sdk updateEds"
},
"packageManager": "pnpm@9.1.1"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 370822e

Please sign in to comment.