From e4a6624728c02e9acc92961adfd39e533d813d5c Mon Sep 17 00:00:00 2001 From: al Date: Mon, 14 Dec 2020 17:46:01 +0800 Subject: [PATCH] change: scripts. --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6035cef..f9c2903 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ build/ out/ src/typings/vscode.d.ts src/typings/vscode.proposed.d.ts +*.vsix diff --git a/package.json b/package.json index 0dcbeda..d2ba291 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "watch:webviews": "webpack --watch --mode development", "lint": "eslint . --ext .ts,.tsx", "package": "npx vsce package", - "publish": "npx vsce publish" + "release": "npx vsce publish" }, "babel": { "plugins": [