diff --git a/package.json b/package.json index 6e85cea..6c1f423 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "esbuild": "npm run esbuild-base -- --sourcemap", "esbuild-watch": "npm run esbuild-base -- --sourcemap --watch", "test-compile": "tsc -p ./", - "pretest": "npm run compile && npm run lint", + "pretest": "npm run test-compile && npm run lint", "lint": "eslint src --ext ts", "test": "vscode-test", "package": "vsce package"