Skip to content

Commit 67101c9

Browse files
committedJul 30, 2024·
chore(package.json): add build and publish for vscode in scripts config
1 parent bbc041d commit 67101c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.18.2",
5+
"version": "0.18.3",
66
"author": "LeetCode",
77
"publisher": "LeetCode",
88
"license": "MIT",
@@ -714,7 +714,9 @@
714714
"vscode:prepublish": "npm run compile",
715715
"compile": "tsc -p ./",
716716
"watch": "tsc -watch -p ./",
717-
"lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose"
717+
"lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose",
718+
"build": "vsce package",
719+
"vs-publish": "vsce publish"
718720
},
719721
"devDependencies": {
720722
"@types/fs-extra": "^9.0.11",

0 commit comments

Comments
 (0)
Please sign in to comment.