1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 03:43:47 +00:00
Nuxt/scripts/publish
2019-04-13 21:44:41 +04:30

6 lines
65 B
Bash
Executable File

#!/bin/bash
set -e
yarn lerna version --no-changelog
yarn build