diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-01 12:22:34 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-01 12:22:34 +0200 |
| commit | a59c1a0af08e6309319fbc07e5f896fa155ece58 (patch) | |
| tree | 7f573918a9953c5e24a1e9d3f8e138d82c7fd8a1 | |
| parent | 2d0db312b543343f1c208b6be21a7a001cec7dd6 (diff) | |
| download | rust-a59c1a0af08e6309319fbc07e5f896fa155ece58.tar.gz rust-a59c1a0af08e6309319fbc07e5f896fa155ece58.zip | |
Try to fix Code tests
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
