Skip to content

Commit 81e7085

Browse files
committed
fix(tests): update test commands in router.ts
1 parent 5c547a1 commit 81e7085

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/router.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ export async function test(options: RunOptions) {
66
...options,
77
repo: 'vuejs/router',
88
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-
],
9+
build: 'build',
10+
test: 'test',
1611
})
1712
}

0 commit comments

Comments
 (0)