diff --git a/package.json b/package.json index de47dc137..b0e54b790 100644 --- a/package.json +++ b/package.json @@ -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 .",