Skip to content

Commit

Permalink
Update turbo test dependsOn (#10329)
Browse files Browse the repository at this point in the history
* Update turbo test dependsOn

* Update mdx timeout
  • Loading branch information
bluwy committed Mar 5, 2024
1 parent 57bded3 commit 8526ca3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"tiny-glob": "^0.2.9",
"turbo": "^1.10.12",
"turbo": "^1.12.4",
"typescript": "~5.2.2"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\"",
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
"test": "astro-scripts test --timeout 70000 \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"persistent": true
},
"test": {
"dependsOn": ["^test"],
"env": ["RUNNER_OS", "NODE_VERSION"],
"outputMode": "new-only"
},
Expand Down

0 comments on commit 8526ca3

Please sign in to comment.