diff --git a/package.json b/package.json index 0675d10bc692..2873b85c3cd9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test:all": "lerna run test --stream --scope @refinedev/* --scope create-refine-app", "test:all:coverage": "pnpm test:all -- -- --coverage", "test:coverage": "pnpm test -- -- --coverage", - "version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml" + "version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile --reporter=ndjson --stream && git add pnpm-lock.yaml" }, "lint-staged": { "*.{js,jsx,ts,tsx,json}": [