From 956d4e2d2c4275972f7b4f737f8f6de8bbd800b8 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Wed, 29 May 2019 23:03:26 +0800 Subject: [PATCH] Fix #188 --- helloworld-test-sample/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": {