Skip to content

Commit 156d2e4

Browse files
committed
fix: use yarn workspace run instead of the default lerna for vuetify
Somehow the lerna command swallows the error messages but `yarn workspace` won't
1 parent 7aa7231 commit 156d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vuetify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
66
...options,
77
repo: 'vuetifyjs/vuetify',
88
branch: 'master',
9-
build: 'build vuetify',
9+
build: 'yarn workspace vuetify run build',
1010
// there's also an e2e test script in vuetify,
1111
// but it seems flaky, so I skipped it for now
1212
test: ['yarn lerna run test:coverage -- -- -i'],

0 commit comments

Comments
 (0)