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

@@ -1,7 +1,7 @@
#!/usr/bin/env node
const { spawnSync } = require("child_process");
const commands = ["plugin", "plugin-watch", "publish"];
const commands = ["plugin", "plugin-watch", "publish", "version"];
const args = process.argv.slice(2);