Add script to change versions in package.json with lerna

This commit is contained in:
Rene Pfeuffer
2019-11-29 11:41:04 +01:00
parent d7de7c2f36
commit 9c4d49b39f
4 changed files with 16 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const versions = require("../versions");
const args = process.argv.slice(2);
if (args.length < 1) {
console.log("usage ui-scripts publish version");
console.log("usage ui-scripts publish <version>");
process.exit(1);
}