Skip to content

Commit

Permalink
chore: correct output (#8871)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Aug 31, 2022
1 parent 61624d2 commit 37906f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate_artifacts.ts
Expand Up @@ -23,6 +23,6 @@ import {spawnAndLog} from './internal/util.js';
);
})
.inputs(['lib/esm/puppeteer/types.d.ts'])
.outputs(['lib/types.d.ts', 'puppeteer.api.json'])
.outputs(['lib/types.d.ts', 'docs/puppeteer.api.json'])
.build();
})();

0 comments on commit 37906f4

Please sign in to comment.