diff --git a/package.json b/package.json index 7bf7c80..f4c2fea 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "pretest": "npm run compile && npm run lint", "lint": "eslint src", "test": "vscode-test", - "package": "vsce package", - "publish": "vsce publish" + "package": "vsce package --baseContentUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main --baseImagesUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main", + "publish": "vsce publish --baseContentUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main --baseImagesUrl https://git.kvarnarp.se/vscode/vsc-adda/raw/branch/main" }, "overrides": { "diff": "^8.0.4",