mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 10:26:22 -06:00
yarn publish is broken (#3137)
This commit is contained in:
@@ -40,9 +40,7 @@ def npm_publish():
|
||||
if new_version > deployed_version:
|
||||
subprocess.check_call(['npm', 'whoami'])
|
||||
subprocess.check_call(['yarn'])
|
||||
subprocess.check_call([
|
||||
'yarn', 'publish', '--no-git-tag-version', '--new-version', str(new_version)
|
||||
])
|
||||
subprocess.check_call(['npm', 'publish'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user