From 8bcf51be07be4c8f23b567ac9bd6a86464305814 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:59:38 -0400 Subject: [PATCH] Add publish script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e52f3b2..89f8e07 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,8 @@ "install:all": "npm install && cd webview-ui && npm install", "start:webview": "cd webview-ui && npm run start", "build:webview": "cd webview-ui && npm run build", - "test:webview": "cd webview-ui && npm run test" + "test:webview": "cd webview-ui && npm run test", + "publish:marketplace": "vsce publish && ovsx publish" }, "devDependencies": { "@types/diff": "^5.2.1",