File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
"release:ci" : " pnpm release --yes" ,
15
15
"release:test" : " pnpm release --no-git-tag-version --no-push --skip-npm" ,
16
16
"test" : " cd example && pnpm test:ct:ci && pnpm test:e2e:ci && pnpm test:integration:ci" ,
17
- "test:integration" : " vitest run " ,
18
- "test:integration:watch" : " vitest " ,
19
- "test:integration:coverage" : " vitest run -- coverage" ,
20
- "test:integration:ci" : " CI=true vitest run --coverage " ,
17
+ "test:integration" : " pnpm -r test:integration " ,
18
+ "test:integration:watch" : " pnpm -r test:integration:watch " ,
19
+ "test:integration:coverage" : " pnpm -r test:integration: coverage" ,
20
+ "test:integration:ci" : " pnpm -r test:integration:ci " ,
21
21
"test:ct" : " cd example && pnpm test:ct" ,
22
22
"test:ct:ci" : " cd example && pnpm test:ct:ci" ,
23
23
"test:e2e" : " cd example && pnpm test:e2e" ,
You can’t perform that action at this time.
0 commit comments