Skip to content

Commit c5e03af

Browse files
committed
Fix tests
1 parent cf6a79d commit c5e03af

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
@@ -243,7 +243,7 @@
243243
"compile": "webpack --mode none",
244244
"watch": "webpack --mode none --watch --info-verbosity verbose",
245245
"postinstall": "node ./node_modules/vscode/bin/install",
246-
"test": "npm run compile && node ./node_modules/vscode/bin/test",
246+
"test": "tsc -p . && node ./node_modules/vscode/bin/test",
247247
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
248248
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
249249
"precommit": "pretty-quick --staged",

0 commit comments

Comments
 (0)