Compile lock file on publish

This commit is contained in:
Joe Haddad
2018-10-28 16:24:36 -04:00
parent a95822451c
commit 57cccb3332

View File

@@ -26,6 +26,10 @@ set -x
cd ..
root_path=$PWD
if [ -z $CI ]; then
yarn compile:lockfile
fi
if [ -n "$(git status --porcelain)" ]; then
echo "Your git status is not clean. Aborting.";
exit 1;