mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
yarn lerna version --no-changelog --no-git-tag-version --no-push --force-publish "*"
|