update ci to fix congratsbot
This commit is contained in:
parent
5315c3f7bc
commit
7943334e01
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
|
@ -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/*",
|
||||
|
|
Loading…
Reference in a new issue