Skip to content

Commit

Permalink
add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 7, 2024
1 parent ce018b4 commit ee3ca31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"lint:ts": "eslint ./src",
"lint": "npm-run-all --parallel lint:*",
"prepare": "husky",
"publish:ovsx": "ovsx publish --no-dependencies",
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
"start": "npm run build -- --watch",
"test": "npm run lint",
"vscode:prepublish": "npm run build"
Expand Down

0 comments on commit ee3ca31

Please sign in to comment.