diff --git a/package.json b/package.json index 860b688..879f65f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "lint:ts": "eslint ./src", "lint": "npm-run-all --parallel lint:*", "prepare": "husky", + "publish:ovsx": "ovsx publish --no-dependencies", + "publish:vsce": "vsce publish --githubBranch main --no-dependencies", "start": "npm run build -- --watch", "test": "npm run lint", "vscode:prepublish": "npm run build"