Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KXI-33125: Enable publish to marketplace in prod release #235

Merged
merged 7 commits into from
Jan 29, 2024
Merged

Conversation

cterry45
Copy link
Collaborator

Changes introduced by this PR

@cterry45 cterry45 requested a review from nfarrell-kx January 23, 2024 17:29
package.json Outdated
@@ -657,7 +657,8 @@
"test": "tsc -p ./test && node ./out/test/runTest.js",
"coverage": "tsc -p ./test && node ./out/test/runTest.js --coverage",
"package": "npx vsce package",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"publish": "npx vsce publish --yarn"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want the --yarn option here? We're using npm elsewhere

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just followed the documentation with that, you're right ill remove it and do a dummy release

@kx-sonarqube
Copy link

kx-sonarqube bot commented Jan 29, 2024

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

@cterry45 cterry45 merged commit d8106bd into dev Jan 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants