Skip to content

Commit a109429

Browse files
committed
chore(ci): use ndjson reporter for release install script
1 parent f847061 commit a109429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:all": "lerna run test --stream --scope @refinedev/* --scope create-refine-app",
4040
"test:all:coverage": "pnpm test:all -- -- --coverage",
4141
"test:coverage": "pnpm test -- -- --coverage",
42-
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml"
42+
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile --reporter=ndjson --stream && git add pnpm-lock.yaml"
4343
},
4444
"lint-staged": {
4545
"*.{js,jsx,ts,tsx,json}": [

0 commit comments

Comments
 (0)