Skip to content

Commit

Permalink
copy report html
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Nov 13, 2023
1 parent 39b829f commit 3c2ab67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ try {
fs.mkdirSync('build');
} catch (e) {}

fs.cpSync('jest-report.html', 'build/jest-report.html');

const examples = fs.readdirSync('examples');
const dirs = [];
for (const example of examples) {
Expand Down

0 comments on commit 3c2ab67

Please sign in to comment.