summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f3958a75a..3a57447a4 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"benchmark": "turbo run benchmark --scope=astro",
"lint": "eslint \"packages/**/*.ts\"",
"format": "prettier -w .",
- "version": "changeset version && pnpm install --no-frozen-lockfile"
+ "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
},
"workspaces": [
"compiled/*",