Nuxt/scripts/publish

6 lines
65 B
Plaintext
Raw Normal View History

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