Skip to content

Commit

Permalink
chore: update generate sources (#9049)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Oct 5, 2022
1 parent 9b28a3b commit d1b61cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/puppeteer-core/tools/generate_sources.ts
Expand Up @@ -98,7 +98,7 @@ const INCLUDED_FOLDERS = ['common', 'generated', 'node', 'util', 'api'];
).replace("'NEXT'", `'v${version}'`)
);
})
.inputs(['package.json', 'versions.js'])
.inputs(['package.json', '../../versions.js'])
.build();
}
})();

0 comments on commit d1b61cf

Please sign in to comment.