OpenLens/update.js

11 lines
276 B
JavaScript

const fs = require('fs');
var packagejson = require('./package.json');
packagejson.build.publish = {
url: "https://github.com/MuhammedKalkan/LensPrivate/releases/download/Latest",
provider: "generic"
}
fs.writeFileSync('package.json', JSON.stringify(packagejson));