Skip to content

Commit d2e8d98

Browse files
committed
fix: lighthouserc.js에 upload 옵션 수정
1 parent 4584866 commit d2e8d98

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: lighthouserc.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ module.exports = {
1212
numberOfRuns: 3,
1313
},
1414
upload: {
15-
target: 'temporary-public-storage',
16-
githubAppToken: process.env.LHCI_GITHUB_APP_TOKEN,
15+
target: 'filesystem',
16+
outputDir: './lhci_reports',
17+
reportFilenamePattern: '%%PATHNAME%%-%%DATETIME%%-report.%%EXTENSION%%',
1718
},
19+
// upload: {
20+
// target: 'temporary-public-storage',
21+
// githubAppToken: process.env.LHCI_GITHUB_APP_TOKEN,
22+
// },
1823
},
1924
};

0 commit comments

Comments
 (0)