From ca3e5954019946cfb4d30107320ebece56a3e9d2 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Tue, 19 Mar 2024 05:22:27 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index befa65ef..363cba9d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "biome check .", "lint:fix": "biome check --apply .", "ci:version": "pnpm changeset version", - "ci:publish": "pnpm changeset publish --no-frozen-lockfile", + "ci:publish": "pnpm changeset publish", "ci:test:integration": "pnpm --filter astro-ghostcms test:ci", "test:integration": "pnpm --filter astro-ghostcms test", "test:integration:watch": "pnpm --filter astro-ghostcms test:watch",