diff --git a/packages/core/package.json b/packages/core/package.json index 7a4a5dd9d..80cd10414 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -25,7 +25,7 @@ "lint": "biome check . --apply", "lint:check": "biome check . --verbose", "lint:unsafe": "biome check . --apply-unsafe", - "prepublish": "pnpm run build", + "prepublishOnly": "pnpm run build", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch",