diff --git a/helloworld-test-sample/package.json b/helloworld-test-sample/package.json index f815f1b5..2e672663 100644 --- a/helloworld-test-sample/package.json +++ b/helloworld-test-sample/package.json @@ -25,9 +25,10 @@ }, "scripts": { "vscode:prepublish": "npm run compile", - "compile": "tsc -p ./", + "compile": "tsc -p ./", "lint": "tslint -p ./", "watch": "tsc -watch -p ./", + "pretest": "npm run compile", "test": "node ./out/test/runTest.js" }, "devDependencies": {