From 3aef75cf443947de41576607e9dd149f33264571 Mon Sep 17 00:00:00 2001 From: hirantha Date: Sun, 14 Nov 2021 21:13:01 +0530 Subject: [PATCH] fixed error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 675ed46..63035cf 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ }, "scripts": { "vscode:prepublish": "npm run compile", - "vscode:publish": "./node_modules/vsce/vsce publish -p TOKEN", + "vscode:publish": "./node_modules/vsce/vsce publish -p $TOKEN", "vscode:package": "./node_modules/vsce/vsce package", "compile": "tsc -p ./", "lint": "eslint src --ext ts",