Skip to content

Commit 109133b

Browse files
committed
Fix tests
1 parent d71d5ba commit 109133b

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
@@ -215,7 +215,7 @@
215215
"compile": "webpack --mode none",
216216
"watch": "webpack --mode none --watch --info-verbosity verbose",
217217
"postinstall": "node ./node_modules/vscode/bin/install",
218-
"test": "npm run compile && node ./node_modules/vscode/bin/test",
218+
"test": "tsc -p . && node ./node_modules/vscode/bin/test",
219219
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
220220
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
221221
"precommit": "pretty-quick --staged",

0 commit comments

Comments
 (0)