We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c547a1 commit 81e7085Copy full SHA for 81e7085
tests/router.ts
@@ -6,12 +6,7 @@ export async function test(options: RunOptions) {
6
...options,
7
repo: 'vuejs/router',
8
branch: 'main',
9
- test: [
10
- 'pnpm -r build',
11
- 'pnpm -r build:dts',
12
- 'pnpm -r test:types',
13
- 'pnpm -r test:unit',
14
- 'pnpm -r test:e2e:ci',
15
- ],
+ build: 'build',
+ test: 'test',
16
})
17
}
0 commit comments