Commit d13c776
fix: remove test scripts from packages with no test files
@objectql/plugin-optimizations and @objectql/plugin-query had
"test": "vitest run" scripts but no test files, causing vitest to
exit with code 1 and failing the CI pipeline.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent f1ede48 commit d13c776
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments