chore: add PTY test vitest config and ready integration

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-26 22:11:21 +08:00
parent 8a3b60635d
commit 28d18bedda
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"ready": "vp check && vp run -r test && vp run -r build",
"ready": "vp check && vp run -r test && vp run -r build && cd packages/runtime-tests && pnpm pty-test",
"dev": "vp run website#dev",
"prepare": "vp config"
},