update ci to fix congratsbot
This commit is contained in:
parent
7943334e01
commit
b6553cfdc1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,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"
|
"version": "changeset version && pnpm install --no-frozen-lockfile"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"compiled/*",
|
"compiled/*",
|
||||||
|
|
Loading…
Reference in a new issue