Skip to content

Commit dd0be8b

Browse files
committed
Undo change, can't force CI to run on github
1 parent 6c85382 commit dd0be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if (args.h || args.help || args._.length > 1) {
9090
fs.unlinkSync('.tmp-comunica-engine.js');
9191
});
9292

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

0 commit comments

Comments
 (0)