Skip to content

Commit

Permalink
use tsc to compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thejewdude authored and shanalikhan committed Dec 5, 2018
1 parent e02f479 commit f441efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts",
"format": "prettier --write './src/**/*.ts'",
"test": "npm run vscode:prepublish && node ./node_modules/bin/mocha --recursive"
"test": "npm run tslint-check && tsc -p ./ && node ./node_modules/bin/mocha --recursive"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down

0 comments on commit f441efe

Please sign in to comment.