ci: setup 'ignores' field in .changeset/config.json

This commit is contained in:
Warren Lee 2025-01-27 17:12:19 -08:00
parent b79433eeb8
commit 090d2f257f
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "v2",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@hyperdx/api", "@hyperdx/app"]
}

View file

@ -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": {