fix: update yarn.lock after version bump

This commit is contained in:
Warren Lee 2025-01-23 18:01:01 -08:00
parent a483780ef6
commit 7843efe35b

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