From a59c1a0af08e6309319fbc07e5f896fa155ece58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 1 Dec 2021 12:22:34 +0200 Subject: [PATCH] Try to fix Code tests --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 52ba1327459da..d10cea82374fd 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": {