From ee3ca31741bedce93a9cc07f36dafb14e658cea5 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Sun, 7 Jul 2024 09:17:57 +0200 Subject: [PATCH] add publish scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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"