Allow running yarn tsec-compile-check also on Windows

This commit is contained in:
Alex Dima 2020-11-25 17:42:27 +01:00
parent 84cf12f40b
commit d7bdbe118e
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -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_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit",
"tsec-compile-check": "node node_modules/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",