Skip to content

Commit 221e423

Browse files
committed
Fix compile script
Signed-off-by: paulober <[email protected]>
1 parent 22997db commit 221e423

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
@@ -347,7 +347,7 @@
347347
"scripts": {
348348
"vscode:uninstall": "node ./dist/vscodeUninstaller.mjs",
349349
"vscode:prepublish": "npm run package",
350-
"compile": "tsc --build tsconfig.json",
350+
"compile": "tsc --build tsconfig.json --noEmit false",
351351
"watch": "webpack --watch --mode development",
352352
"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
353353
"package": "npm run clean && node scripts/build.mjs",

0 commit comments

Comments
 (0)