Skip to content

Commit

Permalink
ci: skip atomic-hosted-page publish (#4641)
Browse files Browse the repository at this point in the history
The atomic-hosted-page has the same major version in both v2 and master
branches.
Thus, we do not want to bump its version on this branch

https://coveord.atlassian.net/browse/KIT-3717
  • Loading branch information
y-lakhdar authored Nov 6, 2024
1 parent 9be1d7c commit 4756ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
"start": "node --max_old_space_size=6144 ../../node_modules/@stencil/core/bin/stencil build --dev --watch --serve",
"e2e": "playwright test",
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts",
"publish:npm": "npm run-script -w=@coveo/release npm-publish",
"publish:bump": "npm run-script -w=@coveo/release bump",
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod"
"publish:npm": "echo 'Skipping NPM package publication'",
"publish:bump": "echo 'Skipping NPM package bump'",
"promote:npm:latest": "echo 'Skipping NPM package Promotion to production'"
},
"dependencies": {
"@coveo/bueno": "0.46.4",
"@coveo/headless": "2.80.4",
"@stencil/core": "4.20.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@playwright/test": "1.45.3",
"@types/node": "20.14.12"
}
Expand Down

0 comments on commit 4756ceb

Please sign in to comment.