diff options
author | 2022-04-10 20:11:43 -0700 | |
---|---|---|
committer | 2022-04-10 20:11:43 -0700 | |
commit | 01b02d849a3837304ba962baa0e6ff4fcfb04ef0 (patch) | |
tree | 15ce067e6cbac8a9fff8b669fa4af3f4f8b54e0d | |
parent | 2bb6a06ebb449aa3fec6414754c8a248ca4721ef (diff) | |
download | astro-01b02d849a3837304ba962baa0e6ff4fcfb04ef0.tar.gz astro-01b02d849a3837304ba962baa0e6ff4fcfb04ef0.tar.zst astro-01b02d849a3837304ba962baa0e6ff4fcfb04ef0.zip |
attempt to fix the 'no commits' bug in changeset
-rw-r--r-- | package.json | 2 |
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/*", |