From de9e9c414efd075a13ea037301941ccdec870220 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 7 Jan 2021 10:19:31 +0100 Subject: [PATCH] fix path in tsec-compile-check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a22ff18a56..63d95b8215f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "smoketest": "cd test/smoke && node test/index.js", "download-builtin-extensions": "node build/lib/builtInExtensions.js", "monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit", - "tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit", + "tsec-compile-check": "node node_modules/vscode-tsec/bin/tsec -p src/tsconfig.json --noEmit", "valid-layers-check": "node build/lib/layersChecker.js", "strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes", "update-distro": "node build/npm/update-distro.js",