Skip to content

Commit

Permalink
AXON-23 prerelease flag on the packaging for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com committed Dec 9, 2024
1 parent 434a7c6 commit 75f140f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: npm run test

- name: Build the extension
run: npm run extension:package
run: npm run extension:package:prerelease

- name: Publish the pre-release extension
run: |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +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:prerelease": "npm run extension:clean && vsce package --pre-release --baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/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",
Expand Down

0 comments on commit 75f140f

Please sign in to comment.