Skip to content

Commit

Permalink
fix: use yarn workspace run instead of the default lerna for vuetify
Browse files Browse the repository at this point in the history
Somehow the lerna command swallows the error messages but
`yarn workspace` won't
  • Loading branch information
haoqunjiang committed Nov 10, 2023
1 parent 7aa7231 commit 156d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'vuetifyjs/vuetify',
branch: 'master',
build: 'build vuetify',
build: 'yarn workspace vuetify run build',
// there's also an e2e test script in vuetify,
// but it seems flaky, so I skipped it for now
test: ['yarn lerna run test:coverage -- -- -i'],
Expand Down

0 comments on commit 156d2e4

Please sign in to comment.