Skip to content

Commit

Permalink
npm script to publish web extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Nov 7, 2024
1 parent 21d0605 commit acd96b3
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 @@ -66,6 +66,7 @@
"compile:dev": "tsc -p ./",
"watch": "webpack --mode none --watch",
"open-in-browser": "vscode-test-web --open-devtools --quality insiders --extensionDevelopmentPath=. .",
"publish:web": "npx ovsx publish",
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
},
"contributes": {
Expand Down

0 comments on commit acd96b3

Please sign in to comment.