Push after versioning

This commit is contained in:
Wilson Lin 2020-01-03 17:49:34 +11:00
parent 528b4f6909
commit 102236e84e
1 changed files with 1 additions and 0 deletions

View File

@ -70,3 +70,4 @@ cmd('git', 'commit', '-m', NEW_VERSION);
cmd('git', 'tag', '-a', `v${NEW_VERSION}`, '-m', '');
cmd('cargo', 'publish');
cmd('npm', 'publish', {workingDir: join(__dirname, 'nodejs')});
cmd('git', 'push');