Skip to content

Commit

Permalink
hotfix: add back vsce script (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsauravsahu committed Jul 10, 2022
1 parent 4eac84f commit b3c42c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
"lint:fix": "xo --fix",
"test": "jest",
"test:e2e": "node ./out/e2e/run-test.js",
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package"
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
"vsce": "vsce"
},
"devDependencies": {
"@types/child-process-promise": "^2.2.1",
Expand Down

0 comments on commit b3c42c8

Please sign in to comment.