Skip to content

Commit 5a57cf2

Browse files
committed
fix(injecta): not able to do typecheck
1 parent 43fd826 commit 5a57cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/injecta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"directory": "packages/injecta"
1616
},
1717
"scripts": {
18-
"typecheck": "vue-tsc --noEmit"
18+
"typecheck": "tsc --noEmit"
1919
}
2020
}

0 commit comments

Comments
 (0)