We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6a79d commit c5e03afCopy full SHA for c5e03af
package.json
@@ -243,7 +243,7 @@
243
"compile": "webpack --mode none",
244
"watch": "webpack --mode none --watch --info-verbosity verbose",
245
"postinstall": "node ./node_modules/vscode/bin/install",
246
- "test": "npm run compile && node ./node_modules/vscode/bin/test",
+ "test": "tsc -p . && node ./node_modules/vscode/bin/test",
247
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
248
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
249
"precommit": "pretty-quick --staged",
0 commit comments