attempt to fix the 'no commits' bug in changeset

This commit is contained in:
Fred K. Schott 2022-04-10 20:11:43 -07:00
parent 2bb6a06ebb
commit 01b02d849a

View file

@ -20,7 +20,7 @@
"benchmark": "turbo run benchmark --scope=astro", "benchmark": "turbo run benchmark --scope=astro",
"lint": "eslint \"packages/**/*.ts\"", "lint": "eslint \"packages/**/*.ts\"",
"format": "prettier -w .", "format": "prettier -w .",
"version": "changeset version && pnpm install --no-frozen-lockfile" "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
}, },
"workspaces": [ "workspaces": [
"compiled/*", "compiled/*",