@@ -102,5 +102,5 @@ console.log('Building: ', values['version']);
const config = {};
for (const target of buildTargets) {
await build(target, values['version'], config);
await build(target, values['version']!!, config);
}
The note is not visible to the blocked user.