mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: correct output (#8871)
This commit is contained in:
parent
61624d2695
commit
37906f4708
@ -23,6 +23,6 @@ import {spawnAndLog} from './internal/util.js';
|
|||||||
);
|
);
|
||||||
})
|
})
|
||||||
.inputs(['lib/esm/puppeteer/types.d.ts'])
|
.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();
|
.build();
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user