From eef13498621b256a03694ee1b1dcbb2da5597a40 Mon Sep 17 00:00:00 2001 From: Collin Caram Date: Sun, 21 Jul 2024 15:38:52 -0500 Subject: [PATCH] add package command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bc0acd7..c1ee377 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "watch": "tsc -watch -p ./", "pretest": "npm run compile && npm run lint", "lint": "eslint src --ext ts", - "test": "node ./out/test/runTest.js" + "test": "node ./out/test/runTest.js", + "package": "vsce package" }, "devDependencies": { "@types/vscode": "^1.91.0",