|
2 | 2 | "name": "vscode-leetcode", |
3 | 3 | "displayName": "LeetCode", |
4 | 4 | "description": "Solve LeetCode problems in VS Code", |
5 | | - "version": "0.18.2", |
| 5 | + "version": "0.18.3", |
6 | 6 | "author": "LeetCode", |
7 | 7 | "publisher": "LeetCode", |
8 | 8 | "license": "MIT", |
|
714 | 714 | "vscode:prepublish": "npm run compile", |
715 | 715 | "compile": "tsc -p ./", |
716 | 716 | "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" |
718 | 720 | }, |
719 | 721 | "devDependencies": { |
720 | 722 | "@types/fs-extra": "^9.0.11", |
|
0 commit comments