We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d05dcf + 090d2f2 commit 152c0e1Copy full SHA for 152c0e1
.changeset/config.json
@@ -7,5 +7,5 @@
7
"access": "restricted",
8
"baseBranch": "v2",
9
"updateInternalDependencies": "patch",
10
- "ignore": []
+ "ignore": ["@hyperdx/api", "@hyperdx/app"]
11
}
package.json
@@ -35,7 +35,7 @@
35
"dev": "yarn app:dev",
36
"postdev": "docker compose -f docker-compose.dev.yml down",
37
"lint": "npx nx run-many -t ci:lint",
38
- "version": "npx changeset version --ignore @hyperdx/api --ignore @hyperdx/app && yarn",
+ "version": "npx changeset version && yarn",
39
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
40
},
41
"lint-staged": {
0 commit comments