diff --git a/package.json b/package.json index 41171e6..b93e966 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "pretest": "npm run compile && npm run lint", "lint": "eslint src --ext ts", "test": "node ./out/test/runTest.js", - "deploy": "vsce publish --yarn" + "deploy": "vsce publish" }, "devDependencies": { "@types/mocha": "^10.0.1",