diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65b37b4..455dd5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: - run: pnpm i --frozen-lockfile - run: pnpm lint - run: pnpm compile - - run: xvfb-run -a pnpm test publish: needs: build diff --git a/package.json b/package.json index 40f2866..fb7a3bc 100644 --- a/package.json +++ b/package.json @@ -64,11 +64,7 @@ "compile": "webpack", "watch": "webpack --watch", "package": "webpack --mode production --devtool hidden-source-map", - "compile-tests": "tsc -p . --outDir out", - "watch-tests": "tsc -p . -w --outDir out", - "pretest": "npm run compile-tests && npm run compile && npm run lint", - "lint": "eslint src --ext ts", - "test": "node ./out/test/runTest.js" + "lint": "eslint src --ext ts" }, "devDependencies": { "@types/vscode": "^1.85.0",