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.
1 parent d054f13 commit 6388fe7Copy full SHA for 6388fe7
package.json
@@ -34,7 +34,7 @@
34
"dev": "docker compose -f docker-compose.dev.yml up -d && yarn app:dev && docker compose -f docker-compose.dev.yml down",
35
"lint": "npx nx run-many -t ci:lint",
36
"version": "make version",
37
- "release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
+ "release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset tag && npx changeset publish"
38
},
39
"lint-staged": {
40
"**/*.{ts,tsx}": [
0 commit comments