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 ac408ba commit fcd2f03Copy full SHA for fcd2f03
package.json
@@ -215,7 +215,7 @@
215
"compile": "webpack --mode none",
216
"watch": "webpack --mode none --watch --info-verbosity verbose",
217
"postinstall": "node ./node_modules/vscode/bin/install",
218
- "test": "tsc -p . && node ./node_modules/vscode/bin/test",
+ "test": "npm run compile && node ./node_modules/vscode/bin/test",
219
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
220
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
221
"precommit": "pretty-quick --staged",
0 commit comments