Do not publish to npm locally

This commit is contained in:
Wilson Lin 2020-01-20 00:25:09 +11:00
parent c781699680
commit 2a9e7ff022
1 changed files with 0 additions and 1 deletions

View File

@ -77,5 +77,4 @@ cmd('git', 'add', '-A');
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', '--follow-tags');