|
|
@@ -651,6 +651,7 @@ const version = async () => {
|
|
|
await fs.writeFile(file, content, 'utf-8');
|
|
|
await load();
|
|
|
await exec('git add package.json');
|
|
|
+ await exec('git add package-lock.json');
|
|
|
await exec(`git commit -m "Update to ${configuration.version}"`);
|
|
|
await exec(`git tag v${configuration.version}`);
|
|
|
await exec('git push');
|