Skip to content

Commit

Permalink
code: Update asset URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 10, 2023
1 parent 1f3a30c commit 79769b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"scripts": {
"watch": "tsc -p . --watch",
"deploy": "vsce publish --pre-release -i *.vsix --baseImagesUrl https://github.com/swyddfa/esbonio/raw/beta/code/",
"package": "vsce package --pre-release --baseImagesUrl https://github.com/swyddfa/esbonio/raw/beta/code/",
"deploy": "vsce publish --pre-release -i *.vsix --baseImagesUrl https://github.com/swyddfa/esbonio/raw/release/code/",
"package": "vsce package --pre-release --baseImagesUrl https://github.com/swyddfa/esbonio/raw/release/code/",
"vscode:prepublish": "webpack --mode production --devtool hidden-source-map"
},
"main": "dist/node/extension",
Expand Down

0 comments on commit 79769b1

Please sign in to comment.