attempt to fix the 'no commits' bug in changeset
This commit is contained in:
parent
2bb6a06ebb
commit
01b02d849a
1 changed files with 1 additions and 1 deletions
|
@ -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/*",
|
||||||
|
|
Loading…
Reference in a new issue