Skip to content

Commit f592c45

Browse files
committed
ci: add type-check script
1 parent 8e1e23d commit f592c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"scripts": {
3434
"start": "vscode-framework start",
35-
"build": "tsc && vscode-framework build && node buildTsPlugin.mjs",
35+
"build": "tsc && tsc -p typescript --noEmit && vscode-framework build && node buildTsPlugin.mjs",
3636
"test": "pnpm test-plugin",
3737
"test-plugin": "vitest --globals",
3838
"watch-plugin": "tsc -p typescript -w",

0 commit comments

Comments
 (0)