From 16775022c01d47faa657a9047dab0d1d4c3ed749 Mon Sep 17 00:00:00 2001 From: Ivo Dolenc Date: Wed, 10 May 2023 18:03:05 +0200 Subject: [PATCH] chore: update publish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c26f25f..a6929ed 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "build:start": "npx vite-node src/utils/buildStart.ts", "build": "npm run build:start && npx vite-node src/extension.ts", "export": "npm run build && vsce package", - "publish": "npm run export && npx vsce publish", + "publish": "npm run build && npx vsce publish", "format": "prettier --write .", "lint": "eslint .", "lint:fix": "eslint --fix .",