Skip to content

Commit

Permalink
chore(ci): use ndjson reporter for release install script
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 13, 2024
1 parent f847061 commit a109429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down

0 comments on commit a109429

Please sign in to comment.