Skip to content

Commit

Permalink
chore(package.json): add build and publish for vscode in scripts config
Browse files Browse the repository at this point in the history
  • Loading branch information
leozhao21 committed Jul 30, 2024
1 parent bbc041d commit 67101c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.18.2",
"version": "0.18.3",
"author": "LeetCode",
"publisher": "LeetCode",
"license": "MIT",
Expand Down Expand Up @@ -714,7 +714,9 @@
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose"
"lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose",
"build": "vsce package",
"vs-publish": "vsce publish"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
Expand Down

0 comments on commit 67101c9

Please sign in to comment.