Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 847a0fa

Browse files
committed
refactor(dump): Rename output files to dump.json
1 parent dbff18a commit 847a0fa

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dump.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {execJson} = require('./execJSON')
66

77
function collectDumps (pkg) {
88
writeJsonSync(
9-
path.join(pkg, 'dump.report.json'),
9+
path.join(pkg, 'dump.json'),
1010
dumps.reduce(
1111
(acc, cur) => {
1212
const raw = execJson(`node ./${pkg}/dump.js ${cur}`)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)