mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
fix: update yarn.lock after version bump
This commit is contained in:
parent
a483780ef6
commit
7843efe35b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
"version": "npx changeset version --ignore @hyperdx/api --ignore @hyperdx/app && yarn",
|
||||
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue