chore(demos): automating API Demos

This commit is contained in:
perry
2016-02-01 17:53:51 -06:00
parent 2173714343
commit 6fa2283b2f

View File

@ -37,6 +37,10 @@ function run {
# Update docs
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
# Update API Demos
gulp demos
}
source $(dirname $0)/../utils.sh.inc