Skip to content

Commit

Permalink
debug: Downgrade turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 4, 2023
1 parent 4dbdf88 commit 02c5b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose.templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ services:
evm-node:
extends:
service: project
working_dir: /app/packages/test-evm-node
command: ["npx", "turbo", "start"]
command: ["npx", "turbo", "start", "--filter", "test-evm-node"]
healthcheck:
interval: 2s
retries: 10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"turbo": "1.9.6"
"turbo": "1.5.6"
}
}

0 comments on commit 02c5b75

Please sign in to comment.