mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
ci: setup 'ignores' field in .changeset/config.json
This commit is contained in:
parent
b79433eeb8
commit
090d2f257f
2 changed files with 2 additions and 2 deletions
|
|
@ -7,5 +7,5 @@
|
|||
"access": "restricted",
|
||||
"baseBranch": "v2",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
"ignore": ["@hyperdx/api", "@hyperdx/app"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"dev": "yarn app:dev",
|
||||
"postdev": "docker compose -f docker-compose.dev.yml down",
|
||||
"lint": "npx nx run-many -t ci:lint",
|
||||
"version": "npx changeset version --ignore @hyperdx/api --ignore @hyperdx/app && yarn",
|
||||
"version": "npx changeset version && yarn",
|
||||
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue