mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 18:37:21 +00:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
yarn lerna version --no-changelog
|
||
|
yarn build
|