Skip to content

Commit d74a457

Browse files
committed
fix: update type-check command for projects with Cypress Component Testing
Fixes vuejs#152
1 parent 4566301 commit d74a457

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

template/config/cypress/cypress/support/commands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
// }
3636
// }
3737
// }
38+
39+
export {}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"scripts": {
3+
"type-check": "vue-tsc --noEmit -p tsconfig.cypress-ct.json --composite false"
4+
}
5+
}

0 commit comments

Comments
 (0)