diff options
-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/*", |