fix(ci): remove stale transcription test command (#2403)

This commit is contained in:
zhifu gao
2026-08-29 22:01:33 +08:00
committed by GitHub
parent 273a5e535c
commit 939bf544f8
+1 -2
View File
@@ -34,9 +34,8 @@
"build:packages": "turbo run build -F=\"./packages/*\"",
"build:engines": "turbo run build -F=\"./engines/*\"",
"test": "vitest --coverage",
"test:run": "vitest run && pnpm run test-stage-tamagotchi:run && pnpm run test-audio-pipelines-transcribe:run && pnpm run test-ui:run",
"test:run": "vitest run && pnpm run test-stage-tamagotchi:run && pnpm run test-ui:run",
"test-stage-tamagotchi:run": "vitest run --config apps/stage-tamagotchi/vitest.config.ts --project browser",
"test-audio-pipelines-transcribe:run": "vitest run --config packages/audio-pipelines-transcribe/vitest.config.ts",
"test-ui:run": "vitest run --config packages/stage-ui/vitest.config.ts",
"lint": "moeru-lint .",
"lint:fix": "moeru-lint --fix .",