chore: update generate sources (#9049)

This commit is contained in:
jrandolf 2022-10-05 15:35:00 +02:00 committed by GitHub
parent 9b28a3b97b
commit d1b61cf108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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