Skip to content

Commit

Permalink
AXON-26 reduce risk of breaking marketplace page
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com committed Dec 6, 2024
1 parent 3c48feb commit f275d1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions HOMEPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ For more information, see [Getting started with VS Code](https://confluence.atla

Here's a quick peek at a developer's workflow:

![dev workflow](.readme/dev-workflow.gif)
![dev workflow](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/dev-workflow.gif)

Reviewing with Bitbucket pull request features is a snap:

![review pr](.readme/review-pr.gif)
![review pr](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/review-pr.gif)

Got a burning issue you'd like to work on?

![start work](.readme/issue-start-work.gif)
![start work](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/issue-start-work.gif)

Kick off your builds:

![builds](.readme/start-pipeline.gif)
![builds](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/start-pipeline.gif)

Create that issue without breaking your stride:

![issue from todo](.readme/create-from-code-lens.gif)
![issue from todo](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/create-from-code-lens.gif)

...and lots more

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ For more information, see [Getting started with VS Code](https://confluence.atla

Here's a quick peek at a developer's workflow:

![dev workflow](.readme/dev-workflow.gif)
![dev workflow](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/dev-workflow.gif)

Reviewing with Bitbucket pull request features is a snap:

![review pr](.readme/review-pr.gif)
![review pr](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/review-pr.gif)

Got a burning issue you'd like to work on?

![start work](.readme/issue-start-work.gif)
![start work](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/issue-start-work.gif)

Kick off your builds:

![builds](.readme/start-pipeline.gif)
![builds](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/start-pipeline.gif)

Create that issue without breaking your stride:

![issue from todo](.readme/create-from-code-lens.gif)
![issue from todo](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/create-from-code-lens.gif)

...and lots more

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/atlassian/atlascode --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",
Expand Down

0 comments on commit f275d1e

Please sign in to comment.