Created
November 20, 2019 08:18
-
-
Save gary-liguoliang/0cc18fb571068b2b86255d70a29afe07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version=$(cd ${DIR}/../functions && grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[", ]//g') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment