File tree 2 files changed +90
-1420
lines changed
2 files changed +90
-1420
lines changed Original file line number Diff line number Diff line change 42
42
"dev" : " nuxi dev playground" ,
43
43
"dev:ssl" : " nuxi dev playground --https" ,
44
44
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
45
- "typecheck" : " pnpm dlx vue-tsc --noEmit" ,
45
+ "typecheck" : " vue-tsc --noEmit" ,
46
46
"release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
47
47
"release:minor" : " npm run lint && npm run test && npm run prepack && changelogen --minor --release" ,
48
48
"lint" : " eslint ." ,
116
116
"typescript" : " 5.6.3" ,
117
117
"vitest" : " ^2.1.5" ,
118
118
"vue" : " ^3.5.13" ,
119
- "vue-router" : " ^4.4.5"
119
+ "vue-router" : " ^4.4.5" ,
120
+ "vue-tsc" : " ^2.1.10"
120
121
},
121
122
"resolutions" : {
122
123
"typescript" : " 5.6.3" ,
You can’t perform that action at this time.
0 commit comments