Skip to content

Commit

Permalink
Undo change, can't force CI to run on github
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvbrae committed Oct 11, 2024
1 parent 6c85382 commit dd0be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if (args.h || args.help || args._.length > 1) {
fs.unlinkSync('.tmp-comunica-engine.js');
});

if (fs.existsSync(path.join(process.cwd(), 'queries.json')) && fs.access(path.join(process.cwd(), 'build'))) {
if (fs.existsSync(path.join(process.cwd(), 'queries.json'))) {
fs.renameSync(path.join(process.cwd(), 'queries.json'), path.join(process.cwd(), `${destinationPath}/queries.json`));
};
})();

0 comments on commit dd0be8b

Please sign in to comment.