diff options
author | 2022-03-21 16:17:15 -0700 | |
---|---|---|
committer | 2022-03-21 16:17:15 -0700 | |
commit | b6553cfdc15819c2bd8dceccd12a80c2a62c6138 (patch) | |
tree | 6d2be7ed1e54b962aef06b5a487ec0dd59e1a9fb | |
parent | 7943334e0135898d366794129885affb74de66df (diff) | |
download | astro-b6553cfdc15819c2bd8dceccd12a80c2a62c6138.tar.gz astro-b6553cfdc15819c2bd8dceccd12a80c2a62c6138.tar.zst astro-b6553cfdc15819c2bd8dceccd12a80c2a62c6138.zip |
update ci to fix congratsbot
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 079b76550..e3d93232c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "benchmark": "turbo run benchmark --scope=astro", "lint": "eslint \"packages/**/*.ts\"", "format": "prettier -w .", - "version": "changeset version && pnpm install" + "version": "changeset version && pnpm install --no-frozen-lockfile" }, "workspaces": [ "compiled/*", |