8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc041d commit 67101c9Copy full SHA for 67101c9
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-leetcode",
3
"displayName": "LeetCode",
4
"description": "Solve LeetCode problems in VS Code",
5
- "version": "0.18.2",
+ "version": "0.18.3",
6
"author": "LeetCode",
7
"publisher": "LeetCode",
8
"license": "MIT",
@@ -714,7 +714,9 @@
714
"vscode:prepublish": "npm run compile",
715
"compile": "tsc -p ./",
716
"watch": "tsc -watch -p ./",
717
- "lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose"
+ "lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose",
718
+ "build": "vsce package",
719
+ "vs-publish": "vsce publish"
720
},
721
"devDependencies": {
722
"@types/fs-extra": "^9.0.11",
0 commit comments