Fix Docker build

pull/77/head
Adam Stachowicz 3 years ago
parent d6b9403f60
commit 1d45a7606d

@ -34,6 +34,7 @@ if (newVersion) {
fs.writeFileSync("package.json", JSON.stringify(pkg, null, 4) + "\n")
// Process README.md
if (fs.existsSync("README.md")) {
fs.writeFileSync("README.md", fs.readFileSync("README.md", 'utf8').replaceAll(oldVersion, newVersion))
}
}

Loading…
Cancel
Save