Commit 10ec2d3
Fix pnpm test command to use root vitest
- Changed root test script from 'pnpm -r test' to 'vitest run'
- Added pretest script to build required packages before running tests
- Fixes issue where individual packages couldn't find vitest locally
- All 86 tests now pass successfully
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent cfdfca2 commit 10ec2d3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments