mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
build(cli): decouple cli tests from upstream builds (#1402)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@
|
||||
"lint:fix:file": "biome check --write",
|
||||
"link:aliases": "node build/scripts/link-aliases.mjs",
|
||||
"size": "node .github/scripts/bundle-size.js | node .github/scripts/bundle-size-report.js",
|
||||
"test": "turbo run test --filter='./packages/*'",
|
||||
"test": "turbo run test --filter='./packages/*' --filter='!@videojs/cli'",
|
||||
"test:cli": "turbo run test --filter=@videojs/cli",
|
||||
"test:e2e": "pnpm --dir apps/e2e test:all",
|
||||
"test:e2e:vite": "pnpm --dir apps/e2e test:vite",
|
||||
"test:e2e:update": "pnpm --dir apps/e2e test:update",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"test": {
|
||||
"dependsOn": [],
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user