Added fs-extra for creation of a dist and deploy procedure

This commit is contained in:
Alan Velasco
2019-06-25 19:55:51 -07:00
parent feee6da8b1
commit 5ecf25d10e
4 changed files with 28 additions and 5 deletions

View File

@ -4,7 +4,7 @@ ROOT=$(
cd $(dirname $0)/..
/bin/pwd
)
OUTPUT="$ROOT/dist/"
OUT="$ROOT/dist/"
PUBLISH_BRANCH=$1
VERSION=$2