diff --git a/editors/code/package.json b/editors/code/package.json index 52ba1327459..d10cea82374 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -32,7 +32,7 @@ "watch": "npm run build-base -- --sourcemap --watch", "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src ./tests", "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src ./tests --fix", - "pretest": "tsc --noEmit && npm run build", + "pretest": "tsc && npm run build", "test": "node ./out/tests/runTests.js" }, "dependencies": {