mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
Update publish-to-npm.py for yarn (#3116)
This commit is contained in:
@@ -40,7 +40,9 @@ def npm_publish():
|
||||
if new_version > deployed_version:
|
||||
subprocess.check_call(['npm', 'whoami'])
|
||||
subprocess.check_call(['yarn'])
|
||||
subprocess.check_call(['yarn', 'publish'])
|
||||
subprocess.check_call([
|
||||
'yarn', 'publish', '--no-git-tag-version', '--new-version', new_version
|
||||
])
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user