Skip to content

Commit

Permalink
add manual publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Sep 1, 2024
1 parent d782185 commit 8690678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"lint": "npm run format && npm run eslint && npm run sort-package-json",
"lint:ci": "npm run eslint && npm run sort-package-json",
"package": "vsce package",
"publish": "vsce publish",
"sort-package-json": "sort-package-json --check",
"sort-package-json:fix": "sort-package-json",
"test": "npm run test-grammar && npm run test-unit",
Expand Down

0 comments on commit 8690678

Please sign in to comment.