release update commands pipeline

This commit is contained in:
Eugenio Romano
2019-08-29 12:01:49 +01:00
parent cdfae95c2a
commit 43df299096
12 changed files with 39 additions and 456 deletions

View File

@@ -18,3 +18,6 @@ if grep "envalfresco" . -R --exclude-dir={node_modules,.history,.idea,scripts,di
echo not permitted word
exit 1
fi
echo "====== License Check ====="
npm run license-checker || exit 1