-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AXON-26] GH Migration: de-bitbucketing (#10)
* de-bitbucketing * AXON-26 reduce risk of breaking marketplace page * AXON-26 touch
- Loading branch information
1 parent
9b30f71
commit 20cd373
Showing
4 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ | |
"homepage": "https://github.com/atlassian/atlascode/blob/main/HOMEPAGE.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/atlassianlabs/atlascode.git" | ||
"url": "https://github.com/atlassian/atlascode.git" | ||
}, | ||
"bugs": { | ||
"url": "https://bitbucket.org/atlassianlabs/atlascode/issues", | ||
"url": "https://github.com/atlassian/atlascode/issues", | ||
"email": "[email protected]" | ||
}, | ||
"icon": "images/atlascode-icon.png", | ||
|
@@ -58,7 +58,7 @@ | |
"compile:react": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production --config webpack.react.prod.js", | ||
"postinstall": "patch-package", | ||
"extension:clean": "rm -rf ./atlascode-*.vsix", | ||
"extension:package": "npm run extension:clean && vsce package --baseContentUrl https://bitbucket.org/atlassianlabs/atlascode/raw/main/ --allow-star-activation", | ||
"extension:package": "npm run extension:clean && vsce package --baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/main/ --allow-star-activation", | ||
"extension:install": "npm run extension:package && code --install-extension ./atlascode-*.vsix --force", | ||
"test": "jest", | ||
"devcompile": "npm-run-all --parallel devcompile:react devcompile:extension", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters