Format package.json after running changeset (#2904)

This commit is contained in:
Greg Bergé
2025-02-28 16:56:44 +01:00
committed by GitHub
parent 0924259217
commit 989fc69abe
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
uses: changesets/action@v1
with:
publish: npm run release
version: npm run changeset-version
env:
# Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
+1
View File
@@ -27,6 +27,7 @@
"e2e": "turbo run e2e",
"e2e-customers": "turbo run e2e-customers",
"changeset": "changeset",
"changeset-version": "changeset version && bun run format",
"release": "turbo run release && changeset publish",
"release:preview": "turbo run release:preview",
"download:env": "op read op://gitbook-x-dev/gitbook-open/.env.local >> .env.local",