update ci to fix congratsbot

This commit is contained in:
Fred K. Schott 2022-03-21 15:55:31 -07:00
parent 5315c3f7bc
commit 7943334e01
2 changed files with 3 additions and 2 deletions

View file

@ -225,7 +225,7 @@ jobs:
uses: changesets/action@v1
with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm exec changeset version && pnpm install
version: pnpm run version
publish: pnpm exec changeset publish
commit: '[ci] release'
title: '[ci] release'

View file

@ -17,7 +17,8 @@
"test:smoke": "node scripts/smoke/index.js",
"benchmark": "turbo run benchmark --scope=astro",
"lint": "eslint \"packages/**/*.ts\"",
"format": "prettier -w ."
"format": "prettier -w .",
"version": "changeset version && pnpm install"
},
"workspaces": [
"compiled/*",