chore: correct output (#8871)

This commit is contained in:
jrandolf 2022-08-31 16:20:05 +02:00 committed by GitHub
parent 61624d2695
commit 37906f4708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
})();